Skip to content

Commit

Permalink
CI: Correctly add apt repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed May 10, 2023
1 parent 70591c6 commit 4aaa260
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,16 @@ jobs:
enable-stack: true
stack-no-global: true

- name: Add apt repository for libfuse2
run:
sudo add-apt-repository universe

- name: Install dependencies
run:
sudo apt install
freeglut3
imagemagick
libfuse2
libgl1-mesa-dev
libglfw3
libglu1-mesa-dev
Expand All @@ -69,9 +74,6 @@ jobs:
libxrandr-dev
libxxf86vm-dev

sudo add-apt-repository universe
sudo apt install libfuse2

- name: Download bundable ImageMagick AppImage
run:
curl -L -O
Expand Down

0 comments on commit 4aaa260

Please sign in to comment.