Skip to content

Commit

Permalink
Let's see..
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Dec 8, 2023
1 parent 9435b46 commit 31636db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/scc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Prepare
run: rustup target add i686-unknown-none
run: sudo apt-get install gcc-multilib
run: rustup target add i686-unknown-linux-gnu
- name: Examples
run: RUST_BACKTRACE=1 cargo test --target i686-unknown-none --release -p examples -- --nocapture
run: RUST_BACKTRACE=1 cargo test --target i686-unknown-linux-gnu --release -p examples -- --nocapture
check-extended:
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 31636db

Please sign in to comment.