Skip to content

Commit

Permalink
Need to install lsb-release on Devuan so we can properly detect it!
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed May 9, 2024
1 parent 8e4e500 commit 3bab312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devuan-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: |
cat /etc/os-release
apt-get update
yes|apt-get install perl-base build-essential make gcc
yes|apt-get install perl-base build-essential make gcc lsb-release
yes|perl -MCPAN -e 'install App::cpanminus'
yes|perl -MCPAN -e 'install local::lib'
yes|perl -MCPAN -e 'install Expect'
Expand Down

0 comments on commit 3bab312

Please sign in to comment.