Skip to content

Commit 4b5c619

Browse files
fix rust sanity check CI (#1106)
1 parent ad53db8 commit 4b5c619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aws-lc-rs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
pull_request:
66
branches: [ '*' ]
77
env:
8-
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
98
GOPROXY: https://proxy.golang.org,direct
109
jobs:
1110
standard:
@@ -19,7 +18,8 @@ jobs:
1918
submodules: false
2019
- uses: actions-rs/toolchain@v1
2120
with:
22-
toolchain: stable
21+
# Our aws-lc-sys generation scripts require nightly.
22+
toolchain: nightly
2323
override: true
2424
- uses: actions-rs/cargo@v1
2525
with:

0 commit comments

Comments
 (0)