Skip to content

Commit

Permalink
rustup test
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jan 8, 2025
1 parent 76d10ee commit 87eb569
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,9 @@ jobs:
./examples/mobc/tools/.crates2.json
key: ${{ matrix.c2a_user }}-${{ runner.os }}-tools-${{ hashFiles('${{ matrix.c2a_user }}/tools/install.sh', '${{ matrix.c2a_user }}/tools/package.json') }}

- uses: dtolnay/rust-toolchain@stable
with:
targets: i686-unknown-linux-gnu
components: clippy, rustfmt
- run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
rustup target add i686-unknown-linux-gnu
- name: cache Rust dependencies
uses: Swatinem/[email protected]
Expand Down

0 comments on commit 87eb569

Please sign in to comment.