From a946bed1eed1ac41f1e52c8b585a12d14e489cdf Mon Sep 17 00:00:00 2001 From: extiop <29679238+extiop@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:05:01 +0100 Subject: [PATCH] debug C/C++ linkage for bindings --- .github/workflows/test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91be73e..7f2b4e0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -106,7 +106,10 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: stable + # tmp for debug + toolchain: 1.82 + default: true + # toolchain: stable target: ${{ matrix.target }} - uses: microsoft/setup-msbuild@v1.0.2 - name: Compile C/CPP bindings test program for Windows