We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a23b4 commit ebc13d7Copy full SHA for ebc13d7
.github/workflows/main.yml
@@ -99,7 +99,7 @@ jobs:
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.bz2
102
- cd astyle/build/gcc
+ cd astyle-3.5.2/build/gcc
103
make
104
sudo make install
105
- name: Checkout code
0 commit comments