Skip to content

Commit

Permalink
Pipelines
Browse files Browse the repository at this point in the history
- No `sudo`?
  • Loading branch information
deavmi committed Nov 7, 2024
1 parent 1b3c62b commit 2dcbdcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:

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

0 comments on commit 2dcbdcc

Please sign in to comment.