From ccf70c72e2be97ff5ec4fc28845f8eba31dc63d1 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sat, 19 Sep 2020 21:49:59 +0000 Subject: [PATCH] Fix CI failure due to apt host changes Former-commit-id: 0f8b7a19ef826cdb986204d9553051d2a25eb8ad --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd8196756..9ca185e89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: - uses: actions/checkout@v1 - name: make run: | + sudo apt-get update sudo apt-get -y install uuid-dev libcurl4-openssl-dev make BUILD_TLS=yes -j2 - name: gen-cert @@ -34,6 +35,7 @@ jobs: - uses: actions/checkout@v1 - name: make -j2 run: | + sudo apt-get update sudo apt-get -y install uuid-dev libcurl4-openssl-dev make -j2 @@ -50,6 +52,7 @@ jobs: - uses: actions/checkout@v1 - name: make run: | + sudo apt-get update sudo apt-get -y install uuid-dev libcurl4-openssl-dev make MALLOC=libc -j2