Skip to content

Commit

Permalink
iwyu
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams committed Aug 26, 2024
1 parent 3b4020b commit 8e88108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
cd ./build
cmake --install .
pwd
ls -l ./build
- name: setup
run: |
Expand All @@ -80,8 +81,8 @@ jobs:
- name: build
run: |
pwd
ls -l ./build
mkdir build
ls build
cmake -DCMAKE_CXX_INCLUDE_WHAT_YOU_USE="./build/include-what-you-use" -DBUILD_SAMPLES=OFF -DBUILD_TESTS=ON -DOPENGL_SHADER_OUTPUT=ON -S . -B build
cd build
make
Expand Down

0 comments on commit 8e88108

Please sign in to comment.