Skip to content

Commit

Permalink
Pin aws-lc-rs integ to nightly-2024-05-22
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed May 30, 2024
1 parent 92bf532 commit 69598ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws-lc-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ concurrency:
env:
GOPROXY: https://proxy.golang.org,direct
AWS_LC_SYS_CMAKE_BUILDER: 1
RUST_NIGHTLY_TOOLCHAIN: nightly-2024-05-22
jobs:
standard:
if: github.repository_owner == 'aws'
Expand All @@ -23,7 +24,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
# Our aws-lc-sys generation scripts require nightly.
toolchain: nightly
toolchain: ${{ env.RUST_NIGHTLY_TOOLCHAIN }}
override: true
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 69598ad

Please sign in to comment.