Skip to content

Commit

Permalink
Update build tests to include keepassxc
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejong committed Sep 21, 2024
1 parent 31be9f9 commit 7f05c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7f05c15

Please sign in to comment.