Skip to content

Commit

Permalink
fixup! Try
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-carlborg committed Jul 2, 2023
1 parent 56ac8bf commit f57de14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ jobs:
persist-credentials: false
fetch-depth: 0

- name: Install Compiler
if: ${{ !matrix.data.cross_platform_actions && !matrix.data.docker }}
uses: dlang-community/setup-dlang@v1
with:
compiler: ${{ matrix.compiler }}
# - name: Install Compiler
# if: ${{ !matrix.data.cross_platform_actions && !matrix.data.docker }}
# uses: dlang-community/setup-dlang@v1
# with:
# compiler: ${{ matrix.compiler }}

- name: Download LLVM
if: runner.os != 'Windows'
Expand Down

0 comments on commit f57de14

Please sign in to comment.