File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
- name : Install dependencies
15
15
run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
16
+ - name : Install nightly
17
+ uses : actions-rs/toolchain@v1
18
+ with :
19
+ toolchain : nightly-2024-07-30
20
+ override : true
21
+ default : nightly-2024-07-30
22
+ components : rustfmt, clippy, rust-src
23
+ target : wasm32-unknown-unknown
24
+ - uses : Leafwing-Studios/cargo-cache@v2
16
25
- name : Make all
17
26
run : make all
Original file line number Diff line number Diff line change @@ -28,14 +28,15 @@ jobs:
28
28
uses : actions/checkout@v4
29
29
- name : Install dependencies
30
30
run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev build-essential binaryen
31
- - name : Install latest nightly
31
+ - name : Install nightly
32
32
uses : actions-rs/toolchain@v1
33
33
with :
34
34
toolchain : nightly-2024-07-30
35
35
override : true
36
36
default : nightly-2024-07-30
37
37
components : rustfmt, clippy, rust-src
38
38
target : wasm32-unknown-unknown
39
+ - uses : Leafwing-Studios/cargo-cache@v2
39
40
- name : install wasm-bindgen
40
41
run : cargo install -f wasm-bindgen-cli
41
42
- name : make wasm-examples
You can’t perform that action at this time.
0 commit comments