fix build

This commit is contained in:
Aiden McClelland
2025-11-06 20:54:46 -07:00
parent c04e061505
commit c51a5fcff1

View File

@@ -102,6 +102,9 @@ jobs:
core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || '');
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Use Beta Toolchain
run: rustup default beta
- name: Setup Cross
run: cargo install cross --git https://github.com/cross-rs/cross