Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rtabbara committed Oct 2, 2024
1 parent 72c59ad commit 51f4da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Set DRJIT_LIBLLVM_PATH (Unix)
if: ${{ runner.os != 'Windows' }}
run: |
echo "CIBW_ENVIRONMENT_LINUX=\"DRJIT_LIBLLVM_PATH=${{ env.LLVM_PATH }}/lib/libLLVM-17.so\"" >> $GITHUB_ENV
echo "CIBW_ENVIRONMENT_LINUX=\"DRJIT_LIBLLVM_PATH=\"${{ env.LLVM_PATH }}/lib/libLLVM-17.so\"\"" >> $GITHUB_ENV
- name: Set DRJIT_LIBLLVM_PATH (Windows)
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit 51f4da0

Please sign in to comment.