Skip to content

Commit

Permalink
debug C/C++ linkage for bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
extiop committed Dec 13, 2024
1 parent 2ebdb56 commit a946bed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: Compile C/CPP bindings test program for Windows
Expand Down

0 comments on commit a946bed

Please sign in to comment.