We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ec21c commit 7179a41Copy full SHA for 7179a41
.github/workflows/main.yml
@@ -97,8 +97,8 @@ 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.1/astyle_3.5.2_linux.tar.gz/download -o astyle.tar.gz
101
- tar -xzf astyle.tar.gz
+ curl -L https://sourceforge.net/projects/astyle/files/astyle/astyle%203.5/astyle-3.5.2.tar.bz2/download -o astyle.tar.bz2
+ tar -xvjf astyle.tar.gz
102
cd astyle/build/gcc
103
make
104
sudo make install
0 commit comments