We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5efb86 commit d0fb1a7Copy full SHA for d0fb1a7
1 file changed
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
- name: Install latest ${{ matrix.toolchain }}
101
uses: dtolnay/rust-toolchain@master
102
with:
103
- toolchain: ${{ matrix.toolchain }}
+ toolchain: ${{ matrix.example == 'call-native-function' && 'nightly' || matrix.toolchain }}
104
- name: Build .NET project for '${{ matrix.example }}'
105
working-directory: ./examples/${{ matrix.example }}/ExampleProject
106
run: dotnet build
0 commit comments