Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepengu committed Sep 17, 2024
1 parent c6d0c09 commit 2454d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Dependencies
run: apt update && apt install curl build-essential lld -y && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && echo 'PATH="${PATH}:/root/.cargo/bin"' >> $GITHUB_PATH && . "/root/.cargo/env" && rustup toolchain install nightly && rustup default 1.71 && rustup target add mips64el-unknown-linux-gnuabi64 && rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
run: apt update && apt install curl build-essential lld -y && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && echo 'PATH="${PATH}:/root/.cargo/bin"' >> $GITHUB_PATH && rustup toolchain install nightly && rustup default 1.71 && rustup target add mips64el-unknown-linux-gnuabi64 && rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
- name: test
run: cd /root && ls -a -R
- name: Build
run: cd ./c-library/mips64 && /root/.cargo/bin/cargo +nightly build --release
run: cd ./c-library/mips64 && cargo +nightly build --release
- name: Fmt
run: cd ./c-library/mips64 && cargo fmt --all -- --check
- name: Archive production artifacts
Expand Down

0 comments on commit 2454d59

Please sign in to comment.