Skip to content

Commit

Permalink
Pipelines
Browse files Browse the repository at this point in the history
- Attempt to use `apt-get` to install
  • Loading branch information
deavmi committed Nov 7, 2024
1 parent e5b0009 commit 1b3c62b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ jobs:

steps:
- uses: RouxAntoine/checkout@v4.1.8
- uses: deavmi/setup-dlang@patch-1
# - uses: deavmi/setup-dlang@patch-1

- name: Install DLang
run: |
sudo apt update
sudo apt install dub dmd -y
- name: Install Doveralls (code coverage tool)
run: |
Expand Down

0 comments on commit 1b3c62b

Please sign in to comment.