Skip to content

Commit

Permalink
ci: use alpine?
Browse files Browse the repository at this point in the history
  • Loading branch information
inventor02 committed Jan 22, 2025
1 parent 0526d8c commit 82a4db9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: jirutka/setup-alpine@v1
- name: Update Buildah
run: sudo apt-get update && sudo apt-get -y install buildah
run: apk install buildah

- uses: actions/checkout@v4

Expand Down Expand Up @@ -38,8 +39,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: jirutka/setup-alpine@v1
- name: Update Buildah
run: sudo apt-get update && sudo apt-get -y install buildah
run: apk install buildah

- uses: actions/checkout@v4

Expand Down

0 comments on commit 82a4db9

Please sign in to comment.