Skip to content

Commit

Permalink
Pinned dmd and ldc versions
Browse files Browse the repository at this point in the history
as "latest" fails. linkrope did it too for dmd.
The versino of ldc was looked up at https://github.com/ldc-developers/ldc/releases matching the version of Frontend, druntime and Phobos to that of dmd.
  • Loading branch information
kuniss committed Dec 27, 2023
1 parent 6084930 commit 0cb4ecf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
compiler: ldc-latest
compiler: ldc-1.33.0

- name: Run build
run: |
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
compiler: dmd-2.103.1

- name: Check style
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
compiler: dmd-latest
compiler: dmd-2.103.1

- name: Run tests
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Install D compiler
uses: dlang-community/setup-dlang@v1
with:
compiler: ldc-latest
compiler: ldc-1.33.0

- name: Run build
run: |
Expand Down

0 comments on commit 0cb4ecf

Please sign in to comment.