Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/ci-fix' into ci-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hotstreams committed Dec 5, 2023
2 parents 775567e + 7a9319c commit 59be3d6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@ jobs:
run: |
cd build
mkdir glslang
xvfb-run -a -e errors ./limitless_test
cat errors
#xvfb-run -a -e errors ./limitless_test
#cat errors
- name: shader glslang validation
run: |
cd build
cat errors
cd glslang
for file in ./*; do glslangValidator -C "$file"; done

0 comments on commit 59be3d6

Please sign in to comment.