Compare commits

..

1 commit

Author SHA1 Message Date
Bart van der Braak
0c8be940f1 Setup python and make
Some checks failed
Run checks / checks (pull_request) Failing after 8s
2024-11-19 20:35:01 +01:00

View file

@ -10,6 +10,8 @@ jobs:
DIRECTORY: config
steps:
- uses: actions/checkout@v4
- run: lsb_release -a
- run: uname -srm
- uses: actions/setup-python@v5
with:
python-version: '3.13'