Skip to content

Commit

Permalink
keep trying things
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Oct 14, 2023
1 parent ed2169b commit 73586d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get install libssl-dev:armhf gcc-arm-linux-gnueabihf
sudo apt-get install gcc-arm-linux-gnueabihf
- name: install deps [MacOS]
if: matrix.os == 'macOS-latest'
Expand All @@ -74,7 +74,7 @@ jobs:
- name: build binary
uses: houseabsolute/actions-rust-cross@v0
with:
command: both
command: build
target: ${{ matrix.target }}
args: ${{ matrix.args }}
strip: true
Expand Down

0 comments on commit 73586d5

Please sign in to comment.