Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit a65b7ec

Browse files
authored
Merge pull request #3110 from Geod24/update-action
Update setup-dlang action to v1 merged-on-behalf-of: Petar Kirov <PetarKirov@users.noreply.github.com>
2 parents 0068295 + 9015fc0 commit a65b7ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cxx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,9 @@ jobs:
102102
# Setting up the host D compiler #
103103
########################################
104104
- name: Prepare compiler
105-
uses: mihails-strasuns/setup-dlang@v0.5.0
105+
uses: mihails-strasuns/setup-dlang@v1
106106
with:
107107
compiler: dmd-2.091.0
108-
gh_token: ${{ secrets.GITHUB_TOKEN }}
109108

110109
#########################################
111110
# Checking out up DMD, druntime, Phobos #

0 commit comments

Comments
 (0)