Skip to content

Commit ed59fb9

Browse files
committed
updates apt before installing libcurl
1 parent a40e940 commit ed59fb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ jobs:
6161
${{ runner.os }}-htmlproofer-
6262
6363
- name: Install additional packages
64-
run: sudo apt-get install -y libcurl4-openssl-dev
64+
run: |
65+
sudo apt-get update
66+
sudo apt-get install -y libcurl4-openssl-dev
6567
6668
- name: Run tests
6769
run: ./scripts/test

0 commit comments

Comments
 (0)