We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db001ca commit cb75761Copy full SHA for cb75761
.github/workflows/cross-compile.yml
@@ -23,10 +23,10 @@ jobs:
23
run: rustup target add x86_64-unknown-linux-gnu x86_64-apple-darwin aarch64-apple-darwin
24
25
- name: Check out source code
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
28
- name: Check
29
- run: cargo check
+ run: cargo check -p pluginlab
30
31
- name: Build
32
run: cargo build -p pluginlab --release --target x86_64-unknown-linux-gnu --target x86_64-apple-darwin --target aarch64-apple-darwin
.github/workflows/rust-host.yml
@@ -83,6 +83,7 @@ jobs:
83
env:
84
RELEASE_NAME: ${{ github.ref_name }}
85
steps:
86
+ - uses: actions/checkout@v4
87
- name: Restore cached wasm files
88
id: cache-wasm-files-restore
89
uses: actions/cache/restore@v4
0 commit comments