Manually add /usr/local/bin to the PATH???

HubbeKing-multiplatform-builds
HubbeKing 1 day ago
parent 56509ff137
commit 0ffaed8262

@ -70,6 +70,9 @@ jobs:
with:
name: buildah-bin
path: /usr/local/bin/buildah
- name: Ensure /usr/local/bin is on the PATH
run: |
echo "/usr/local/bin" >> "$GITHUB_PATH"
- name: Check buildah version
run: |
buildah version

Loading…
Cancel
Save