From 31636db0cfe2e2c2321ff6670ff9ba25e1f65b40 Mon Sep 17 00:00:00 2001 From: Changgyoo Park Date: Fri, 8 Dec 2023 11:59:28 +0900 Subject: [PATCH] Let's see.. --- .github/workflows/scc.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scc.yml b/.github/workflows/scc.yml index d09cf18..308ca03 100644 --- a/.github/workflows/scc.yml +++ b/.github/workflows/scc.yml @@ -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