Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhoff committed Sep 9, 2024
1 parent 312765f commit 9dca4dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ jobs:
- name: Install SDL2 Dependencies
run: |
sudo apt-get install -y libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-image-dev libsdl2-gfx-dev libsdl2-dev curl
curl -L https://sourceforge.net/projects/astyle/files/astyle/astyle%203.5/astyle-3.5.2.tar.bz2/download -o astyle.tar.bz2
curl -L https://sourceforge.net/projects/astyle/files/astyle/astyle%203.6/astyle-3.6.1.tar.bz2/download -o astyle.tar.bz2
tar -xvjf astyle.tar.bz2
cd astyle/build/gcc
cd astyle-3.6.1/build/gcc
make
sudo make install
- name: Checkout code
Expand All @@ -110,6 +110,8 @@ jobs:
run: cd build && make
- name: Run Checks
run: cd build && make format
- name: Diff view
run: git diff
- name: Print Warnings
run: |
if [[ -n $(git diff) ]]; then
Expand Down

0 comments on commit 9dca4dc

Please sign in to comment.