Skip to content

Commit 7179a41

Browse files
authored
Update main.yml
1 parent d9ec21c commit 7179a41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ jobs:
9797
- name: Install SDL2 Dependencies
9898
run: |
9999
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
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
102102
cd astyle/build/gcc
103103
make
104104
sudo make install

0 commit comments

Comments
 (0)