fix(ci): bootstrap cc toolchain on self-hosted rust workflows
This commit is contained in:
committed by
Argenis
parent
e99ea1a6a3
commit
182d7742d1
@@ -10,6 +10,7 @@ on:
|
||||
- "crates/**"
|
||||
- "tests/**"
|
||||
- "scripts/**"
|
||||
- "scripts/ci/ensure_cc.sh"
|
||||
- ".github/workflows/test-e2e.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
@@ -36,6 +37,8 @@ jobs:
|
||||
- uses: dtolnay/rust-toolchain@631a55b12751854ce901bb631d5902ceb48146f7 # stable
|
||||
with:
|
||||
toolchain: 1.92.0
|
||||
- name: Ensure C toolchain for Rust builds
|
||||
run: ./scripts/ci/ensure_cc.sh
|
||||
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v3
|
||||
- name: Runner preflight (compiler + disk)
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user