apt-get update before installing packages
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
9pfs 2024-04-24 04:43:25 +00:00
parent 5b0bd26f57
commit be02515c58
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY

View file

@ -6,6 +6,7 @@ jobs:
image: node:20-bookworm
steps:
- uses: actions/checkout@v3
- run: apt-get update
- run: apt-get install -y build-essential autoconf automake libcurl4-openssl-dev
- run: ./bootstrap
- run: ./configure