Skip to content

Commit cd33df2

Browse files
committed
Merge branch 'main' into tm/open-at
2 parents f0afb3c + bb61f0b commit cd33df2

File tree

9 files changed

+458
-313
lines changed

9 files changed

+458
-313
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,12 @@ jobs:
4242
echo "LD_LIBRARY_PATH=${path_bin}/../lib" >> "$GITHUB_ENV"
4343
4444
- name: Install `cargo-deny` & `just` & `tombi` & 'typos'
45-
uses: taiki-e/install-action@1e67dedb5e3c590e1c9d9272ace46ef689da250d # v2
45+
uses: taiki-e/install-action@f8d25fb8a2df08dcd3cead89780d572767b8655f # v2
4646
with:
4747
tool: cargo-deny,just,tombi,typos
4848

49-
- name: Install stable toolchain
50-
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
51-
with:
52-
components: clippy, rustfmt
53-
toolchain: stable
54-
targets: wasm32-wasip2
49+
- name: Install Rust toolchain
50+
run: rustup toolchain install
5551

5652
- name: Rust Cache
5753
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2

.github/workflows/prebuild.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,12 @@ jobs:
4646
version-file: "python-tooling/pyproject.toml"
4747

4848
- name: Install `just`
49-
uses: taiki-e/install-action@1e67dedb5e3c590e1c9d9272ace46ef689da250d # v2
49+
uses: taiki-e/install-action@f8d25fb8a2df08dcd3cead89780d572767b8655f # v2
5050
with:
5151
tool: just
5252

53-
- name: Install stable toolchain
54-
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # master
55-
with:
56-
toolchain: stable
57-
targets: wasm32-wasip2
53+
- name: Install Rust toolchain
54+
run: rustup toolchain install
5855

5956
- name: build "add one" example (debug)
6057
run: just guests::rust::build-add-one-debug

0 commit comments

Comments
 (0)