Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhoff authored Sep 9, 2024
1 parent ce34222 commit 678c15b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
- name: Install SDL2 Dependencies
run: |
sudo apt-get install -y libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-gfx-dev libsdl2-dev curl
curl -L https://sourceforge.net/projects/astyle/files/astyle/astyle%203.5/astyle-3.5.2.tar.bz2/download -o astyle.tar.bz2
curl -L https://sourceforge.net/projects/astyle/files/astyle/astyle%203.6/astyle-3.6.1.tar.bz2/download -o astyle.tar.bz2
tar -xvjf astyle.tar.bz2
cd astyle/build/gcc
cd astyle-3.6.1/build/gcc
make
sudo make install
- name: Checkout code
Expand Down

0 comments on commit 678c15b

Please sign in to comment.