Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoscout committed Nov 16, 2024
1 parent 4262b07 commit 8a770eb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_and_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
- name: Install Just command runner
uses: extractions/setup-just@v1

- name: machine setup
- name: install ic-wasm
run: |
cargo install ic-wasm
wget https://github.com/dfinity/ic-wasm/releases/download/0.8.1/ic-wasm-linux64 -O /usr/local/bin/ic-wasm
chmod +x /usr/local/bin/ic-wasm
- name: check rust code style
run: |
Expand All @@ -42,12 +43,10 @@ jobs:
just build
- name: test
if: ${{ !inputs.skip-test }}
run: |
just test
- name: 32bits test
if: ${{ !inputs.skip-test }}
run: |
sudo apt install gcc-multilib
just test_i686
Expand Down

0 comments on commit 8a770eb

Please sign in to comment.