mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-24 15:54:57 +00:00
Fix CI check
This commit is contained in:
parent
0cea2564ea
commit
6797b679bf
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
|
||||
- name: Ensure libm is not getting into the host build (https://github.com/EmbarkStudios/rust-gpu/issues/1121)
|
||||
run: |
|
||||
LIBM_MATCHES=$(cargo tree -e features -p spirv-std | grep --count libm)
|
||||
LIBM_MATCHES=$(cargo tree -e features -p spirv-std | grep --count libm || true)
|
||||
if [ "$LIBM_MATCHES" != "" ]; then echo "Found libm in dependency tree"; exit 1; fi
|
||||
|
||||
# This just allows us to branch protect on this one job rather needing to change
|
||||
|
Loading…
Reference in New Issue
Block a user