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