Skip to content

Commit

Permalink
hacky upgrade GDC
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed May 4, 2023
1 parent 6883639 commit 27ae689
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
- name: Install GDC
if: ${{ matrix.compiler == 'gdc-latest' }}
run: |
sudo apt-get install gdc gdmd -y
sudo apt-get install gdc-12 gdmd -y
# hack:
sudo rm /usr/bin/gdc
sudo ln -s /usr/bin/gdc-12 /usr/bin/gdc
gdc --version
# Execute all other tests (parsing, XPath, ...)
Expand Down

0 comments on commit 27ae689

Please sign in to comment.