Skip to content

Commit ebc13d7

Browse files
authored
Update main.yml
1 parent 81a23b4 commit ebc13d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
sudo apt-get install -y libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-gfx-dev libsdl2-dev curl
100100
curl -L https://sourceforge.net/projects/astyle/files/astyle/astyle%203.5/astyle-3.5.2.tar.bz2/download -o astyle.tar.bz2
101101
tar -xvjf astyle.tar.bz2
102-
cd astyle/build/gcc
102+
cd astyle-3.5.2/build/gcc
103103
make
104104
sudo make install
105105
- name: Checkout code

0 commit comments

Comments
 (0)