From e23ab397a67c2427e201d078e94a538f1f0f45bc Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Wed, 22 Mar 2023 23:37:25 -0400 Subject: [PATCH] more lsb fun --- .github/workflows/build_and_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index a37a5fa..ee8755d 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -12,8 +12,8 @@ jobs: contents: write steps: - uses: https://github.com/actions/checkout@v2 - - name: try manually installing lsb-release - run: sudo apt install lsb-release + - name: lsb_release -i -r -s + run: lsb_release -i -r -s - uses: https://github.com/actions/setup-python@v4 with: python-version: '3.11.x'