From 42739a2e168cb9c79c0d5553af9147aef1e967bc Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Thu, 22 Feb 2024 12:16:26 +0100 Subject: [PATCH] :construction_worker: Enable cross --- .github/workflows/publish-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index f31708d..772af7f 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -69,7 +69,7 @@ jobs: with: command: build args: --manifest-path=cli/Cargo.toml --release --locked --target ${{ matrix.build.TARGET }} - #use-cross: ${{ matrix.build.OS == 'ubuntu-20.04' }} # use `cross` for Linux builds + use-cross: ${{ matrix.build.OS == 'ubuntu-20.04' }} # use `cross` for Linux builds - uses: actions/setup-node@v4 with: