Skip to content

Commit c3c5e63

Browse files
authored
Merge pull request #80 from macbre/apt-get-update
Run apt-get update
2 parents dd2e52b + ab49d7b commit c3c5e63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
MKCERT_VERSION: v1.4.3
2020
run: |
2121
set -x
22-
sudo apt-get install -y libnss3-tools
22+
sudo apt-get update && \
23+
sudo apt-get install -y libnss3-tools
2324
2425
curl https://github.com/FiloSottile/mkcert/releases/download/${MKCERT_VERSION}/mkcert-${MKCERT_VERSION}-linux-amd64 --location --output /tmp/mkcert
2526
chmod 744 /tmp/mkcert

0 commit comments

Comments
 (0)