Install lsb-release

This commit is contained in:
asonix 2024-02-07 21:46:25 -06:00
parent 69aeb3f753
commit b65354f2c4

View file

@ -64,7 +64,7 @@ jobs:
uses: https://github.com/actions/checkout@v4
-
name: install sudo
run: apt-get update && apt-get -y install sudo
run: apt-get update && apt-get -y install sudo lsb-release
-
name: Set up docker
uses: https://github.com/docker-practice/actions-setup-docker@master