Skip to content

Commit

Permalink
attempt to uninstall gdc-11 for gdmd to pick up correct version
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed May 4, 2023
1 parent df6813e commit 23d97d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ jobs:
if: ${{ matrix.compiler == 'gdc-latest' }}
run: |
sudo apt-get install gdc-12 gdmd -y
sudo apt-get uninstall gdc-11 -y
gdc --version
gdmd --version
# Execute all other tests (parsing, XPath, ...)
- name: Run run_tests.sh
Expand Down

0 comments on commit 23d97d0

Please sign in to comment.