Skip to content

Commit

Permalink
Update ubuntu-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams authored Aug 26, 2024
1 parent 1ef51c7 commit 58d3a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
cd main
mkdir build
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_SAMPLES=OFF -DBUILD_TESTS=ON -DOPENGL_SHADER_OUTPUT=ON -S . -B build
../iwyu/build/bin/iwyu_tool.py -p .
cd build
make
../iwyu/build/bin/iwyu_tool.py -p .
- name: test
continue-on-error: true
run: |
Expand Down

0 comments on commit 58d3a28

Please sign in to comment.