Skip to content

Commit

Permalink
Update buildah install
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherHX authored Mar 15, 2024
1 parent 1cf9232 commit 0492541
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
sudo cp crun /usr/local/bin/crun
echo "BUILDAH_RUNTIME=/usr/local/bin/crun" >> $GITHUB_ENV
git clone https://passt.top/passt
make -C passt pasta
echo "$PWD/passt" >> $GITHUB_PATH
make -C passt
sudo make -C passt install
- name: Force SLUG to lowercase
uses: actions/github-script@v6
with:
Expand Down Expand Up @@ -286,8 +286,8 @@ jobs:
sudo cp crun /usr/local/bin/crun
echo "BUILDAH_RUNTIME=/usr/local/bin/crun" >> $GITHUB_ENV
git clone https://passt.top/passt
make -C passt pasta
echo "$PWD/passt" >> $GITHUB_PATH
make -C passt
sudo make -C passt install
- name: Cleanup
run: |
docker rmi -f $(docker images -aq) || :
Expand Down

0 comments on commit 0492541

Please sign in to comment.