Skip to content

Commit

Permalink
Pipelines
Browse files Browse the repository at this point in the history
- Try `curl`
  • Loading branch information
deavmi committed Nov 7, 2024
1 parent 2dcbdcc commit b09b71f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Install DLang
run: |
apt update
apt install dub dmd -y
curl -fsS https://dlang.org/install.sh | bash -s dmd
# apt install -y
- name: Install Doveralls (code coverage tool)
run: |
Expand Down

0 comments on commit b09b71f

Please sign in to comment.