From d0f89eff8d93b3099df30a6cd920dbbc92d55302 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Fri, 27 Oct 2023 16:16:08 +0400 Subject: [PATCH] ~~~ --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d54d0516..7d56e434 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -103,26 +103,26 @@ jobs: continue-on-error: true run: | ls "${{ runner.temp }}/llvm/bin" - ${{ env.LLVM_PATH }}\bin\llvm-config --libdir + ${{ env.LLVM_PATH }}\\bin\\llvm-config --libdir - name: "Debug: llvm-config" continue-on-error: true shell: powershell - run: ${{ env.LLVM_PATH }}\bin\llvm-config --libdir + run: ${{ env.LLVM_PATH }}\\bin\\llvm-config --libdir - name: "Debug: llvm-config" continue-on-error: true shell: cmd - run: ${{ env.LLVM_PATH }}\bin\llvm-config --libdir + run: ${{ env.LLVM_PATH }}\\bin\\llvm-config --libdir - name: Install Bindgen # id: pdbindgen # continue-on-error: true if: runner.os == 'Windows' env: - # LLVM_CONFIG_PATH: ${{ env.LLVM_PATH }}\bin\llvm-config - # LLVM_CONFIG_PATH: ${{ runner.temp }}\llvm\bin\llvm-config - LIBCLANG_PATH: ${{ env.LLVM_PATH }}\bin + # LLVM_CONFIG_PATH: ${{ env.LLVM_PATH }}\\bin\\llvm-config + # LLVM_CONFIG_PATH: ${{ runner.temp }}\\llvm\\bin\\llvm-config + LIBCLANG_PATH: ${{ env.LLVM_PATH }}\\bin run: >- cargo install playdate-bindgen --path ./support/bindgen --features=cli