From b65354f2c4ebd9e3ba67b3cdcdbbcbd2dcffc5fb Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 21:46:25 -0600 Subject: [PATCH] Install lsb-release --- .forgejo/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 4ef0388..1dd72d1 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -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