CI fixes with Ubuntu 24.04 #25

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

View File

@@ -12,12 +12,7 @@ inputs:
runs:
using: "composite"
steps:
# - run: printenv
# - run: echo /root/.local/bin >> $GITHUB_PATH
- run: echo "/root/.local/bin" >> $PATH
- name: Test
- name: Add pipx to PATH
if: github.actor == 'nektos/act'
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
- run: echo $PATH
- run: exit 1