Delete naga snapshots in CI (#7469)

This commit is contained in:
Connor Fitzgerald 2025-04-03 11:53:34 -04:00 committed by GitHub
parent f7bcc6294f
commit eea54c221c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -653,6 +653,14 @@ jobs:
echo "LD_LIBRARY_PATH=$PWD/mesa/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
echo "LIBGL_DRIVERS_PATH=$PWD/mesa/lib/x86_64-linux-gnu/dri" >> "$GITHUB_ENV"
- name: Delete Naga snapshots
shell: bash
run: |
set -e
# Delete snapshots so we can ensure there aren't any excess output files.
rm -r naga/tests/out
- name: Run `wgpu-info`
shell: bash
run: |