We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7179a41 commit b0b1036Copy full SHA for b0b1036
.github/workflows/main.yml
@@ -98,7 +98,7 @@ jobs:
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
101
- tar -xvjf astyle.tar.gz
+ tar -xvjf astyle.tar.bz2
102
cd astyle/build/gcc
103
make
104
sudo make install
0 commit comments