Skip to content

Commit

Permalink
aws-lc-rs scripts now use nightly (#2087)
Browse files Browse the repository at this point in the history
### Description of changes: 
Recently merged change in aws-lc-rs switched the toolchain used by
scripts:
* aws/aws-lc-rs#641

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
  • Loading branch information
justsmth authored Dec 31, 2024
1 parent 4ca10b9 commit c0e927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-lc-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
GOPROXY: https://proxy.golang.org,direct
AWS_LC_SYS_CMAKE_BUILDER: 1
RUST_NIGHTLY_TOOLCHAIN: nightly
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly-2024-05-22
RUST_SCRIPT_NIGHTLY_TOOLCHAIN: nightly
jobs:
aws-lc-rs-bindgen:
if: github.repository_owner == 'aws'
Expand Down

0 comments on commit c0e927e

Please sign in to comment.