From 146ebc55c540a847f82607133a7f4e065a038cd1 Mon Sep 17 00:00:00 2001 From: Anichitei Ionel-Cristinel <49393881+ianichitei@users.noreply.github.com> Date: Tue, 19 Oct 2021 18:20:35 +0300 Subject: [PATCH] ci: Attempt to fix the Windows build --- .github/workflows/rust.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 991e641..6d6093b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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