Skip to content

Commit a946bed

Browse files
committed
debug C/C++ linkage for bindings
1 parent 2ebdb56 commit a946bed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ jobs:
106106
- uses: actions/checkout@v2
107107
- uses: actions-rs/toolchain@v1
108108
with:
109-
toolchain: stable
109+
# tmp for debug
110+
toolchain: 1.82
111+
default: true
112+
# toolchain: stable
110113
target: ${{ matrix.target }}
111114
- uses: microsoft/[email protected]
112115
- name: Compile C/CPP bindings test program for Windows

0 commit comments

Comments
 (0)