From 832ba813b79d2f8cd2bec513a4db6df59e569fab Mon Sep 17 00:00:00 2001 From: sadministrator Date: Wed, 31 Jan 2024 19:18:14 -0600 Subject: [PATCH] - --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2b62e34..30446232 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,7 @@ jobs: uses: docker/setup-docker@v1 - name: Build artifacts for Windows - run: | - docker run --rm -v $PWD:/workspace -w /workspace -e PKG_CONFIG_ALLOW_CROSS=1 rust:1.55-cross bash -c "apt-get update && apt-get install -y mingw-w64 && rustup target add x86_64-pc-windows-gnu && cross build --target x86_64-pc-windows-gnu --release --no-default-features --features vendored" + run: docker run --rm -v $PWD:/workspace -w /workspace -e PKG_CONFIG_ALLOW_CROSS=1 rust:1.55-cross bash -c "apt-get update && apt-get install -y mingw-w64 && rustup target add x86_64-pc-windows-gnu && cross build --target x86_64-pc-windows-gnu --release --no-default-features --features vendored" env: PKG_CONFIG_ALLOW_CROSS: 1