Skip to content

Commit

Permalink
Fix CI bootstrap build with a nightly rust compiler
Browse files Browse the repository at this point in the history
The CI failed to compile some recent code that requires a nightly
feature. This change allows the CI to use a nightly compiler instead.

ChangeLog:

	* .github/workflows/bootstrap.yml: Install nightly rustc.

Signed-off-by: Pierre-Emmanuel Patry <[email protected]>
  • Loading branch information
P-E-P committed Jul 18, 2024
1 parent 0c2b036 commit 043ce27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
gcc-multilib \
g++-multilib \
dejagnu
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly;
- name: Configure
run: |
Expand Down

0 comments on commit 043ce27

Please sign in to comment.