more lsb fun
Some checks failed
build

This commit is contained in:
Joe Kaufeld 2023-03-22 23:37:25 -04:00
parent 81989bdb89
commit e23ab397a6

View File

@ -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'