From 7e3e0dc015f166bde7525c315994118610e22407 Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Wed, 8 Mar 2023 18:09:50 +0100 Subject: [PATCH] test --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5781745..fdcc8a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,6 +63,7 @@ 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 @@ -95,7 +96,7 @@ jobs: sudo apt-get -y install ${{ matrix.linux-packages }} - name: Build deployer - run: cargo b -r + run: cargo b -r ${{ matrix.rust-options }} working-directory: sw/deployer env: RUSTFLAGS: ${{ matrix.rust-flags }}