mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
fix build
This commit is contained in:
3
.github/workflows/startos-iso.yaml
vendored
3
.github/workflows/startos-iso.yaml
vendored
@@ -102,6 +102,9 @@ jobs:
|
|||||||
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
|
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
|
||||||
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
|
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
|
||||||
|
|
||||||
|
- name: Use Beta Toolchain
|
||||||
|
run: rustup default beta
|
||||||
|
|
||||||
- name: Setup Cross
|
- name: Setup Cross
|
||||||
run: cargo install cross --git https://github.com/cross-rs/cross
|
run: cargo install cross --git https://github.com/cross-rs/cross
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user