ci: Attempt to fix the Windows build

pull/52/head
Anichitei Ionel-Cristinel 3 years ago committed by GitHub
parent 5ea879a9a0
commit 146ebc55c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save