Update rust.yml

This commit is contained in:
dante
2025-08-11 18:27:13 -04:00
parent abc780863b
commit 61ef38b06b

View File

@@ -80,6 +80,8 @@ jobs:
toolchain: nightly-2025-05-01
override: true
components: rustfmt, clippy
- name: install libc6
run: sudo apt-get install -y libc6
- name: Docs
run: cargo doc --verbose
@@ -98,6 +100,8 @@ jobs:
toolchain: nightly-2025-05-01
override: true
components: rustfmt, clippy
- name: install libc6
run: sudo apt-get install -y libc6
- uses: baptiste0928/cargo-install@91c5da15570085bcde6f4d7aed98cb82d6769fd3 #v3.3.0
with:
crate: cargo-nextest
@@ -208,6 +212,8 @@ jobs:
toolchain: nightly-2025-05-01
override: true
components: rustfmt, clippy
- name: install libc6
run: sudo apt-get install -y libc6
- uses: baptiste0928/cargo-install@91c5da15570085bcde6f4d7aed98cb82d6769fd3 #v3.3.0
with:
crate: cargo-nextest
@@ -235,6 +241,8 @@ jobs:
toolchain: nightly-2025-05-01
override: true
components: rustfmt, clippy
- name: install libc6
run: sudo apt-get install -y libc6
- uses: jetli/wasm-pack-action@0d096b08b4e5a7de8c28de67e11e945404e9eefa #v0.4.0
with:
# Pin to version 0.12.1
@@ -691,6 +699,8 @@ jobs:
toolchain: nightly-2025-05-01
override: true
components: rustfmt, clippy
- name: install libc6
run: sudo apt-get install -y libc6
- uses: baptiste0928/cargo-install@91c5da15570085bcde6f4d7aed98cb82d6769fd3 #v3.3.0
with:
crate: cargo-nextest