Commit c0b32f8 1 parent d693860 commit c0b32f8 Copy full SHA for c0b32f8
File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 97
97
- name : Install SDL2 Dependencies
98
98
run : |
99
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
100
+ curl -L https://sourceforge.net/projects/astyle/files/astyle/astyle%203.6 /astyle-3.6.1 .tar.bz2/download -o astyle.tar.bz2
101
101
tar -xvjf astyle.tar.bz2
102
- cd astyle/build/gcc
102
+ cd astyle-3.6.1 /build/gcc
103
103
make
104
104
sudo make install
105
105
- name : Checkout code
@@ -110,6 +110,8 @@ jobs:
110
110
run : cd build && make
111
111
- name : Run Checks
112
112
run : cd build && make format
113
+ - name : Diff view
114
+ run : git diff
113
115
- name : Print Warnings
114
116
run : |
115
117
if [[ -n $(git diff) ]]; then
You can’t perform that action at this time.
0 commit comments