We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c5260 commit d9ec21cCopy full SHA for d9ec21c
.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.1/astyle_3.5.2_linux.tar.gz/download -o astyle.tar.gz
101
- tar -xzf asyle.tar.gz
+ tar -xzf astyle.tar.gz
102
cd astyle/build/gcc
103
make
104
sudo make install
0 commit comments