Skip to content

Commit

Permalink
fix: fix apt install lsd command in test-suite.yml
Browse files Browse the repository at this point in the history
This should fix the:
```
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
```
  • Loading branch information
mamaraddio authored May 17, 2023
1 parent 0d58de7 commit 25ca6c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ jobs:
# Test Environment Variable
[[ -d "$ZAP_DIR" ]]
# Test Plugin Installation
apt install lsd # needed for next steps
sudo apt install lsd # needed for next steps
plug "wintermi/zsh-lsd"
git -C "${ZAP_DIR}/plugins/zsh-lsd/" status || exit 1

0 comments on commit 25ca6c4

Please sign in to comment.