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 b786487 commit cc59321Copy full SHA for cc59321
.github/workflows/test.yaml
@@ -64,7 +64,7 @@ jobs:
64
sudo apt-get install -y musl-tools
65
- name: Add CLANG path
66
if: contains(matrix.target, 'aarch64-pc-windows-msvc')
67
- run: export LIBCLANG_PATH="C:\\Program Files\\LLVM\\\\bin"
+ run: $env:LIBCLANG_PATH = "C:\\Program Files\\LLVM\\\\bin"
68
- name: Build
69
run: cargo build --target ${{ matrix.target }} --release
70
- name: Test
0 commit comments