Pipelines

- Added `sudo apt update` to attempt to fix issue with Ubuntu container image
This commit is contained in:
Tristan B. Velloza Kildaire 2023-10-15 13:19:18 +02:00
parent f3fa6d2176
commit bc11dfa4c7
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ jobs:
- name: Install Doveralls (code coverage tool)
run: |
dub fetch doveralls
sudo apt update
sudo apt install libcurl4-openssl-dev
- name: 'Build & Test'