Skip to content

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
Change directory tree
  • Loading branch information
ntkwan authored Nov 6, 2023
1 parent ced2f18 commit a562b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install cmake clang-format clang-tidy
sudo apt-get install cmake clang-format
sudo apt-get install libpthread-stubs0-dev libgl1-mesa-dev libx11-dev libxrandr-dev libfreetype6-dev libjpeg8-dev libsndfile1-dev libopenal-dev libudev-dev libxinerama-dev libxcursor-dev libxi-dev
- name: Install SFML
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
sudo make install
cd ../..
- name: Run clang-format
run: clang-format --dry-run --Werror src/*
run: clang-format --dry-run --Werror src/**/*.*pp
- name: Run CMake
run: cmake -S. -Bbuild
- name: Run Make
Expand Down

0 comments on commit a562b65

Please sign in to comment.