Skip to content

Commit

Permalink
Merge pull request #71 from hotstreams/hotstreams-patch-2
Browse files Browse the repository at this point in the history
Update ubuntu-build.yml
  • Loading branch information
hotstreams authored Aug 28, 2024
2 parents e11440f + 7b924c7 commit d7626dc
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 @@ -25,7 +25,7 @@ jobs:
- name: build
run: |
mkdir build
cmake -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF -DOPENGL_SHADER_OUTPUT=OFF -S . -B build
cmake -DBUILD_SAMPLES=OFF -DBUILD_TESTS=OFF -DOPENGL_SHADER_OUTPUT=ON -S . -B build
cd build
make
- name: test
Expand Down

0 comments on commit d7626dc

Please sign in to comment.