summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorEmīls <emils@mullvad.net>2022-05-10 12:18:40 +0100
committerEmīls <emils@mullvad.net>2022-05-10 12:18:40 +0100
commitcb35b057d7be493f7fe144dccc67c6838c1955e6 (patch)
tree65702c0d7dc9aad411033c98e9dc376b1f5b0fc3
parente0784e5b3b6ea1a4957dc1d0ebce2ffbde71292e (diff)
parentd53f8d4d95f8d5ec72d0f34fe2806ab834c4d885 (diff)
downloadmullvadvpn-cb35b057d7be493f7fe144dccc67c6838c1955e6.tar.xz
mullvadvpn-cb35b057d7be493f7fe144dccc67c6838c1955e6.zip
Merge branch 'ci-apt-update'
-rw-r--r--.github/workflows/daemon.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml
index f34a700da7..7f1be23c5a 100644
--- a/.github/workflows/daemon.yml
+++ b/.github/workflows/daemon.yml
@@ -59,7 +59,9 @@ jobs:
go-version: 1.16
- name: Install build dependencies
- run: sudo apt-get install libdbus-1-dev
+ run: |
+ sudo apt-get update
+ sudo apt-get install libdbus-1-dev
- name: Build and test crates
run: ./ci/check-rust.sh