summaryrefslogtreecommitdiff
path: root/.github/workflows/cmake.yml
diff options
context:
space:
mode:
authorJimi Damon <jdamon@gmail.com>2021-08-24 14:07:57 -0700
committerMartin Michlmayr <tbm@cyrius.com>2021-08-25 08:00:40 +0800
commitd137192fea7ad5267df16ee0978c352af65a37b9 (patch)
treee978ed1ec13c7c44e7050c6f2747cf1b8cefd3b0 /.github/workflows/cmake.yml
parent257ec0aac09c65cfd6454c8e2223d4aa1244d67f (diff)
downloadfork-ledger-d137192fea7ad5267df16ee0978c352af65a37b9.tar.gz
fork-ledger-d137192fea7ad5267df16ee0978c352af65a37b9.tar.bz2
fork-ledger-d137192fea7ad5267df16ee0978c352af65a37b9.zip
Fix for azure ubuntu not getting correct package server
Diffstat (limited to '.github/workflows/cmake.yml')
-rw-r--r--.github/workflows/cmake.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 54b02d07..cb1fda05 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -37,6 +37,7 @@ jobs:
- if: runner.os == 'Linux'
name: Linux dependencies
run: |
+ sudo apt-get update -y
sudo apt-get install libxml2-utils libgmp-dev libmpfr-dev libedit-dev libboost-dev libboost-test-dev libboost-regex-dev libboost-python-dev libboost-system-dev libboost-date-time-dev libboost-iostreams-dev libboost-filesystem-dev libboost-serialization-dev libgpgmepp-dev libgpg-error-dev libgpgme-dev
- if: runner.os == 'macOS'