Try to figure out what's up with the PATH

HubbeKing-multiplatform-builds
HubbeKing 23 hours ago
parent 0ffaed8262
commit 66b73e9ef4

@ -72,9 +72,11 @@ jobs:
path: /usr/local/bin/buildah
- name: Ensure /usr/local/bin is on the PATH
run: |
echo "/usr/local/bin" >> "$GITHUB_PATH"
export PATH="/usr/local/bin:$PATH"
- name: Check buildah version
run: |
echo "$PATH"
which buildah
buildah version
- name: Check out repo
uses: actions/checkout@v4

Loading…
Cancel
Save