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 998c755 commit ee3d5e6
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 @@ -84,7 +84,7 @@ jobs:
run: |
cd main
mkdir build
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF -DOPENGL_SHADER_OUTPUT=OFF -S . -B build --target limitless-materials
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF -DOPENGL_SHADER_OUTPUT=OFF -S . --build build --target limitless-materials
cd build
make
../iwyu/build/bin/iwyu_tool.py -p .
Expand Down

0 comments on commit ee3d5e6

Please sign in to comment.