mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Delete naga snapshots in CI (#7469)
This commit is contained in:
parent
f7bcc6294f
commit
eea54c221c
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -653,6 +653,14 @@ jobs:
|
|||||||
echo "LD_LIBRARY_PATH=$PWD/mesa/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH" >> "$GITHUB_ENV"
|
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"
|
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`
|
- name: Run `wgpu-info`
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user