Skip to content

Commit

Permalink
Update GitHub Actions (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: linkrope <[email protected]>
  • Loading branch information
linkrope and linkrope authored Aug 6, 2024
1 parent 35fb6ff commit 2412e11
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- name: Install LDC compiler for building gamma
uses: dlang-community/setup-dlang@v1
uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ inputs.compiler_version }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
uses: actions/checkout@v4

- name: Install D compiler
uses: dlang-community/setup-dlang@v1
uses: dlang-community/setup-dlang@v2
with:
compiler: ${{ inputs.compiler_version }}

- run: |
dub fetch dscanner@0.14.0
dub fetch dscanner@0.15.2
- name: Check style
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
name: build & test
uses: ./.github/workflows/build.yml
with:
compiler_version: ldc-1.37.0
compiler_version: ldc-1.39.0

check:
uses: ./.github/workflows/check.yml
with:
compiler_version: dmd-2.107.1
compiler_version: dmd-2.109.1
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Release

on:
on:
release:
types: [published]

Expand All @@ -10,7 +10,7 @@ jobs:
name: build & test
uses: ./.github/workflows/build.yml
with:
compiler_version: ldc-1.33.0
compiler_version: ldc-1.39.0
build_type: release-gamma

upload:
Expand Down

0 comments on commit 2412e11

Please sign in to comment.