Skip to content

Commit 2bcbd6c

Browse files
authored
ci: use stable rust toolchain in the audit job (#4269)
1 parent 0076a6c commit 2bcbd6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/audit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ env:
2020
CURL_HOME: .
2121
# Disable DFX telemetry
2222
DFX_TELEMETRY: 'off'
23+
# Use the stable toolchain for the audit
24+
RUSTUP_TOOLCHAIN: stable
2325

2426
jobs:
2527
test:

0 commit comments

Comments
 (0)