lsb fun
Some checks failed
build

This commit is contained in:
Joe Kaufeld 2023-03-22 23:31:00 -04:00
parent e0ecad451d
commit 81989bdb89

View File

@ -12,6 +12,8 @@ jobs:
contents: write contents: write
steps: steps:
- uses: https://github.com/actions/checkout@v2 - uses: https://github.com/actions/checkout@v2
- name: try manually installing lsb-release
run: sudo apt install lsb-release
- uses: https://github.com/actions/setup-python@v4 - uses: https://github.com/actions/setup-python@v4
with: with:
python-version: '3.11.x' python-version: '3.11.x'