Skip to content

Commit

Permalink
Pipelines
Browse files Browse the repository at this point in the history
- Run `apt update` before doing an `apt install`
  • Loading branch information
deavmi committed Dec 8, 2023
1 parent 472ca36 commit 4c3a72b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
# mv doveralls_linux_travis doveralls
# chmod +x doveralls
dub fetch doveralls
sudo apt update
sudo apt install libcurl4-openssl-dev
- name: DUB unit tests with coverage
Expand Down

0 comments on commit 4c3a72b

Please sign in to comment.