1
0
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:
Anichitei Ionel-Cristinel 2021-10-19 18:20:35 +03:00 committed by GitHub
parent 5ea879a9a0
commit 146ebc55c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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