There was an error while loading. Please reload this page.
1 parent 1eb70b3 commit 40665a6Copy full SHA for 40665a6
1 file changed
.github/workflows/javascript.yml
@@ -29,12 +29,15 @@ jobs:
29
- name: Checkout
30
uses: actions/checkout@v4
31
32
- - name: Install Rust 1.85.0
33
- uses: dtolnay/rust-toolchain@1.85.0
34
-
35
- name: "Use cache"
36
uses: Swatinem/rust-cache@v2
37
+ - name: "Install nix"
+ uses: DeterminateSystems/determinate-nix-action@main
+
38
+ - name: "Use nix cache"
39
+ uses: DeterminateSystems/magic-nix-cache-action@main
40
41
- name: Install Node
42
uses: actions/setup-node@v6
43
@@ -47,4 +50,4 @@ jobs:
47
50
run: cargo install --locked wasm-bindgen-cli --version 0.2.108
48
51
49
52
- name: "Build and test"
- run: bash ./contrib/test.sh
53
+ run: nix develop .#msrv -c ./contrib/test.sh
0 commit comments