Skip to content

Commit

Permalink
ci: Update dlang-community/setup-dlang to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Nov 17, 2024
1 parent 9b0050e commit 7934feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup D compiler
uses: dlang-community/setup-dlang@v1
uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ matrix.dc }}
- name: Test Alicedbg
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup D compiler
uses: dlang-community/setup-dlang@v1
uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ matrix.dc }}
- name: Test Alicedump
Expand Down

0 comments on commit 7934feb

Please sign in to comment.