From b2d425a446434f5c34553d2980fc5ac6b3d72ccf Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Mon, 30 Oct 2023 02:34:00 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2d9500c..edfeb0a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,12 +15,12 @@ jobs: steps: - uses: actions/checkout@master - name: Compile and release - uses: rust-build/rust-build.action@v1.4.3 + uses: rust-build/rust-build.action@v1.4.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - RUSTFLAGS: "-C target-feature=-crt-static" with: TOOLCHAIN_VERSION: stable RUSTTARGET: ${{ matrix.target }} + STATIC_LINKING: false EXTRA_FILES: "README.md LICENSE" PRE_BUILD: "prebuild.sh"