CI fixes with Ubuntu 24.04 #25

Closed
mxmehl wants to merge 13 commits from ci-fixes into main
Showing only changes of commit 752c2a37ae - Show all commits

View File

@@ -12,10 +12,8 @@ inputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- name: Set PATH
run: export PATH=$PATH:~/.local/bin
- run: echo "gitea $GITEA_PATH" - run: echo "gitea $GITEA_PATH"
- run: echo "github $GITHUB_PATH" - run: printenv
- name: Test - name: Test
run: echo $PATH run: echo $PATH
- name: Install poetry - name: Install poetry