Skip to content

Commit

Permalink
CI: update setup-dlang action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo39 committed Jun 2, 2024
1 parent b62c9e0 commit 19245ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dlang-community/setup-dlang@v1
- uses: dlang-community/setup-dlang@v2
- name: Run lint
run: dub lint
run: dub lint -q

test:
name: Run `dub test`
Expand All @@ -34,8 +34,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dlang-community/setup-dlang@v1
- uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ matrix.dc }}
- name: Run test
run: dub test
run: dub test -q

0 comments on commit 19245ff

Please sign in to comment.