ci: use shell commands instead of GitHub Actions for host runner
Some checks failed
Build MIPS Binary / build (push) Failing after 30s
Some checks failed
Build MIPS Binary / build (push) Failing after 30s
This commit is contained in:
@@ -14,29 +14,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Rust
|
||||||
uses: actions/setup-node@v4
|
run: |
|
||||||
with:
|
rustup toolchain install nightly --profile minimal
|
||||||
node-version: '20'
|
rustup target add wasm32-unknown-unknown --toolchain nightly
|
||||||
|
rustup component add rust-src --toolchain nightly
|
||||||
- name: Install Rust
|
rustc +nightly --version
|
||||||
uses: dtolnay/rust-toolchain@nightly
|
|
||||||
with:
|
|
||||||
targets: wasm32-unknown-unknown
|
|
||||||
components: rust-src
|
|
||||||
|
|
||||||
- name: Rust Cache
|
|
||||||
uses: actions/cache@v4
|
|
||||||
with:
|
|
||||||
path: |
|
|
||||||
~/.cargo/bin/
|
|
||||||
~/.cargo/registry/index/
|
|
||||||
~/.cargo/registry/cache/
|
|
||||||
~/.cargo/git/db/
|
|
||||||
target/
|
|
||||||
key: ${{ runner.os }}-cargo-mips-${{ hashFiles('**/Cargo.lock') }}
|
|
||||||
restore-keys: |
|
|
||||||
${{ runner.os }}-cargo-mips-
|
|
||||||
|
|
||||||
- name: Install Trunk
|
- name: Install Trunk
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user