Skip to content

Commit

Permalink
looks like we do still need cross
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity committed Mar 12, 2024
1 parent 0ff365b commit dece2d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
binary_files: icx
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action
with:
tool: [email protected]

- name: Setup environment variables
run: |
Expand All @@ -38,8 +41,7 @@ jobs:
- name: Build
run: |
rustup target add ${{ matrix.target }}
cargo build --target ${{ matrix.target }} ${{ env.cargo_build_ARGS }}
cross build --target ${{ matrix.target }} ${{ env.cargo_build_ARGS }}
- name: Strip binaries
run: |
Expand Down

0 comments on commit dece2d8

Please sign in to comment.