Fix nightly linux x86 build (#18029)

Makes our nightly script for Linux x86 (broken) match the steps for Linux ARM (working).
This commit is contained in:
Peter Tripp 2024-09-18 15:18:29 -04:00 committed by GitHub
parent 71b6f739cd
commit 97f5fcf8e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -113,6 +113,12 @@ jobs:
- name: Add Rust to the PATH
run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install Linux dependencies
run: ./script/linux
- name: Limit target directory size
run: script/clear-target-dir-if-larger-than 100
- name: Set release channel to nightly
run: |
set -euo pipefail