mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
Try add libstdc++6 package
This commit is contained in:
parent
e06d365fb2
commit
f0cd1a98e5
@ -5,6 +5,11 @@ rust:
|
|||||||
- nightly
|
- nightly
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libstdc++6
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo test -v --manifest-path glsl-to-spirv/Cargo.toml
|
- cargo test -v --manifest-path glsl-to-spirv/Cargo.toml
|
||||||
- cargo test -v --manifest-path vulkano-shaders/Cargo.toml
|
- cargo test -v --manifest-path vulkano-shaders/Cargo.toml
|
||||||
|
Loading…
Reference in New Issue
Block a user