We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc13d7 commit 6787207Copy full SHA for 6787207
.github/workflows/main.yml
@@ -97,9 +97,9 @@ jobs:
97
- name: Install SDL2 Dependencies
98
run: |
99
sudo apt-get install -y libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-gfx-dev libsdl2-dev curl
100
- 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
101
tar -xvjf astyle.tar.bz2
102
- cd astyle-3.5.2/build/gcc
+ cd astyle-3.6.1/build/gcc
103
make
104
sudo make install
105
- name: Checkout code
0 commit comments