mirror of
https://github.com/bitdefender/bddisasm.git
synced 2024-12-22 14:08:08 +00:00
ci: Attempt to fix the Windows build
This commit is contained in:
parent
5ea879a9a0
commit
146ebc55c5
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set LIBCLANG_PATH
|
||||
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
|
||||
if: matrix.os == 'windows-latest'
|
||||
- name: Debug Build
|
||||
run: cargo build --verbose --manifest-path rsbddisasm/Cargo.toml
|
||||
- name: Release build
|
||||
|
Loading…
Reference in New Issue
Block a user