]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
github/workflows/nss: apt update first
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 May 2022 14:46:09 +0000 (16:46 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 May 2022 21:30:47 +0000 (23:30 +0200)
Fix "libnss3-dev_3.49.1-1ubuntu1.6_amd64.deb 404 Not Found"

Closes #8837

.github/workflows/nss.yml

index fec7aa5ce508db5a235147d90919058566a176e5..77dafcc90cb5434d63d04cf627845e49093af425 100644 (file)
@@ -26,6 +26,7 @@ jobs:
 
     steps:
     - run: |
+        sudo apt-get update
         sudo apt-get install libtool autoconf automake pkg-config stunnel4 libnss3-dev clang-9 libpsl-dev libbrotli-dev libzstd-dev libnghttp2-dev nss-plugin-pem
         sudo python3 -m pip install impacket
       name: install prereqs and impacket