We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7bcc62 commit eea54c2Copy full SHA for eea54c2
1 file changed
.github/workflows/ci.yml
@@ -653,6 +653,14 @@ jobs:
653
echo "LD_LIBRARY_PATH=$PWD/mesa/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
654
echo "LIBGL_DRIVERS_PATH=$PWD/mesa/lib/x86_64-linux-gnu/dri" >> "$GITHUB_ENV"
655
656
+ - name: Delete Naga snapshots
657
+ shell: bash
658
+ run: |
659
+ set -e
660
+
661
+ # Delete snapshots so we can ensure there aren't any excess output files.
662
+ rm -r naga/tests/out
663
664
- name: Run `wgpu-info`
665
shell: bash
666
run: |
0 commit comments