Skip to content

Commit 9dca4dc

Browse files
committed
Update main.yml
1 parent 312765f commit 9dca4dc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ 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.5/astyle-3.5.2.tar.bz2/download -o astyle.tar.bz2
100+
curl -L https://sourceforge.net/projects/astyle/files/astyle/astyle%203.6/astyle-3.6.1.tar.bz2/download -o astyle.tar.bz2
101101
tar -xvjf astyle.tar.bz2
102-
cd astyle/build/gcc
102+
cd astyle-3.6.1/build/gcc
103103
make
104104
sudo make install
105105
- name: Checkout code
@@ -110,6 +110,8 @@ jobs:
110110
run: cd build && make
111111
- name: Run Checks
112112
run: cd build && make format
113+
- name: Diff view
114+
run: git diff
113115
- name: Print Warnings
114116
run: |
115117
if [[ -n $(git diff) ]]; then

0 commit comments

Comments
 (0)