From 7f05c15bd66ae4165264ce4cd33f72f375092189 Mon Sep 17 00:00:00 2001 From: Nicholas de Jong Date: Sat, 21 Sep 2024 17:56:28 +1000 Subject: [PATCH] Update build tests to include keepassxc --- .github/workflows/build-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-tests.yml b/.github/workflows/build-tests.yml index 867042b..f6d46d5 100644 --- a/.github/workflows/build-tests.yml +++ b/.github/workflows/build-tests.yml @@ -21,8 +21,8 @@ jobs: - name: Install required keepassxc run: | - apt-get -y update - apt-get install -y keepassxc + sudo apt-get -y update + sudo apt-get install -y keepassxc - name: Create a venv to operate within using slap-cli run: |