From 73586d50309e9b982c78932dab9c4ed2b38e2cb0 Mon Sep 17 00:00:00 2001 From: Santiago Carmuega Date: Sat, 14 Oct 2023 08:03:37 -0300 Subject: [PATCH] keep trying things --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 458a6245..8b2adce6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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' @@ -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