Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jul 29, 2024
1 parent 5d7e050 commit 613f191
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ jobs:
- name: Build TruffleSqueak standalone
run: mx.trufflesqueak/utils.sh build-standalone ${{ matrix.type }} ${{ env.JAVA_VERSION }}
if: ${{ runner.os != 'Windows' }}
# Workaround for https://github.com/actions/runner-images/issues/10001:
- name: Upgrade LLVM
run: choco upgrade llvm
if: ${{ runner.os == 'Windows' }}
- name: Build TruffleSqueak standalone via cmd.exe
shell: cmd
run: |
Expand Down

0 comments on commit 613f191

Please sign in to comment.