mirror of
https://github.com/curl/curl.git
synced 2025-09-17 09:32:48 +03:00
github/workflows/nss: apt update first
Fix "libnss3-dev_3.49.1-1ubuntu1.6_amd64.deb 404 Not Found" Closes #8837
This commit is contained in:
parent
1ddc8aefb2
commit
d56270cb30
1
.github/workflows/nss.yml
vendored
1
.github/workflows/nss.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user