Skip to content

Commit e049dfe

Browse files
P-E-Pdkm
authored andcommitted
Fix CI bootstrap build with a nightly rust compiler
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]>
1 parent 84b8da0 commit e049dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bootstrap.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
gcc-multilib \
3030
g++-multilib \
3131
dejagnu
32+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=nightly;
3233
3334
- name: Configure
3435
run: |

0 commit comments

Comments
 (0)