neu
Some checks failed
Python Linters / pylint (pull_request) Failing after 12s
Python Linters / formatting (pull_request) Failing after 12s
Python Linters / mypy (pull_request) Failing after 11s
REUSE Compliance / reuse (pull_request) Successful in 12s
Selftests / test-build-install (pull_request) Failing after 12s
Selftests / test-sync (pull_request) Failing after 12s

This commit is contained in:
2025-01-12 13:24:19 +01:00
parent b5d635d92e
commit 4dc7f8dc15

View File

@@ -12,9 +12,9 @@ inputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- run: printenv # - run: printenv
- run: echo /root/.local/bin >> $GITHUB_PATH # - run: echo /root/.local/bin >> $GITHUB_PATH
- run: echo /root/.local/bin >> $PATH - run: echo "/root/.local/bin" >> $PATH
- name: Test - name: Test
run: echo $PATH run: echo $PATH
- run: exit 1 - run: exit 1