Skip to content

Commit

Permalink
fixup! Add back support for Windows 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Mar 29, 2024
1 parent 9ac165b commit 466ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/support/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
if: runner.os == 'Windows'
shell: bash
run: |
curl -f -L -o llvm.7z --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v${{ inputs.llvm }}%2B0.0.2-rc4/llvm-${{ inputs.llvm }}-${{ inputs.target_triple }}.7z'
curl -f -L -o llvm.7z --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v${{ inputs.llvm }}%2B0.0.2-rc4/llvm-${{ inputs.llvm }}-x86-pc-windows-msvc.7z'
7z x llvm.7z
# - name: Setup tmate session
Expand Down

0 comments on commit 466ac1d

Please sign in to comment.