From 4a33e2858cda5ab3a8637234775948bee1305887 Mon Sep 17 00:00:00 2001 From: cgmossa Date: Sat, 20 Jul 2024 08:29:04 +0200 Subject: [PATCH] [generate bindings] --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 37dddfa9..bb73117a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,10 +5,12 @@ on: branches: - main - master + - full_bindings pull_request: branches: - main - master + - full_bindings issue_comment: types: - created @@ -125,7 +127,7 @@ jobs: if: runner.os == 'Windows' run: | # Configure linker - echo "RUSTFLAGS=-C linker=x86_64-w64-mingw32.static.posix-gcc.exe" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append + echo "RUSTFLAGS=-Clinker=x86_64-w64-mingw32.static.posix-gcc.exe" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append # Create libgcc_eh mock New-Item -Path libgcc_mock -Type Directory