Skip to content

Commit

Permalink
Pipelines
Browse files Browse the repository at this point in the history
- Remove `sudo`
  • Loading branch information
deavmi committed Nov 7, 2024
1 parent 47d25d6 commit b837c31
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 @@ -32,8 +32,8 @@ jobs:
- name: Install Doveralls (code coverage tool)
run: |
dub fetch doveralls
sudo apt update
sudo apt install libcurl4-openssl-dev
apt update
apt install libcurl4-openssl-dev
- name: 'Build & Test'
run: |
Expand Down

0 comments on commit b837c31

Please sign in to comment.