Skip to content

Commit 0a561ab

Browse files
committed
pin toolchain
1 parent d4ce077 commit 0a561ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-sui-contract.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
working-directory: target_chains/sui/contracts/
1919
steps:
2020
- uses: actions/checkout@v3
21+
- uses: actions-rs/toolchain@v1
22+
with:
23+
profile: minimal
24+
toolchain: 1.77.0
25+
override: true
2126
- uses: taiki-e/cache-cargo-install-action@v2
2227
with:
2328
tool: sui

0 commit comments

Comments
 (0)