From e67c74f66c5a2afc76ad404527e864668e33d899 Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Wed, 8 Mar 2023 18:15:05 +0100 Subject: [PATCH] revert --- .github/workflows/build.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fdcc8a7..7995dde 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,8 +62,6 @@ jobs: - os: ubuntu-latest linux-packages: libudev-dev - rust-flags: -C target-feature=+crt-static - rust-options: --target x86_64-unknown-linux-gnu executable: sc64deployer name: sc64-deployer-linux options: -czf @@ -96,10 +94,8 @@ jobs: sudo apt-get -y install ${{ matrix.linux-packages }} - name: Build deployer - run: cargo b -r ${{ matrix.rust-options }} + run: cargo b -r working-directory: sw/deployer - env: - RUSTFLAGS: ${{ matrix.rust-flags }} - name: Package executable run: |