diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2adb6202..866d9a2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,13 +86,13 @@ jobs: host: windows-latest target_triple: x86_64-pc-windows-msvc - # - compiler: dmd-latest - # llvm: '15.0.7' - # arch: x86 - # data: - # os: - # host: windows-latest - # target_triple: x86-pc-windows-msvc + - compiler: dmd-latest + llvm: '15.0.7' + arch: x86 + data: + os: + host: windows-latest + target_triple: x86-pc-windows-msvc steps: - name: Clone Repository @@ -156,15 +156,15 @@ jobs: llvm: - '15.0.7' - # include: - # - compiler: ldc-latest - # llvm: '15.0.7' - # arch: x86 - # data: - # os: - # host: windows-latest - # target_triple: x86-pc-windows-msvc - # release_platform: windows-x86 + include: + - compiler: ldc-latest + llvm: '15.0.7' + arch: x86 + data: + os: + host: windows-latest + target_triple: x86-pc-windows-msvc + release_platform: windows-x86 steps: - name: Clone Repository diff --git a/.github/workflows/support/build/action.yml b/.github/workflows/support/build/action.yml index 22529924..b150a876 100644 --- a/.github/workflows/support/build/action.yml +++ b/.github/workflows/support/build/action.yml @@ -29,14 +29,14 @@ runs: if: runner.os != 'Windows' shell: bash run: | - curl -f -L -o llvm.tar.xz --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v${{ inputs.llvm }}%2B0.0.2-rc2/llvm-${{ inputs.llvm }}-${{ inputs.target_triple }}.tar.xz' + curl -f -L -o llvm.tar.xz --retry 3 'https://github.com/jacob-carlborg/clang-builder/releases/download/v${{ inputs.llvm }}%2B0.0.2-rc3/llvm-${{ inputs.llvm }}-${{ inputs.target_triple }}.tar.xz' tar xf llvm.tar.xz - name: Download LLVM 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-rc2/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-rc3/llvm-${{ inputs.llvm }}-${{ inputs.target_triple }}.7z' 7z x llvm.7z # - name: Setup tmate session