Skip to content

Commit

Permalink
fixup! fixup! ci: Add Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdemarchi committed Jul 12, 2024
1 parent 8285aac commit 2826f01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
test: 'yes'
- container: 'fedora:latest'
test: 'yes'
- container: 'alpine:latest'
test: 'no'
# - container: 'alpine:latest'
# test: 'no'

container:
image: ${{ matrix.container }}
Expand All @@ -35,8 +35,8 @@ jobs:
if: ${{ startsWith(matrix.container, 'archlinux') }}
- uses: ./.github/actions/setup-fedora
if: ${{ startsWith(matrix.container, 'fedora') }}
# - uses: ./.github/actions/setup-alpine
#if: ${{ startsWith(matrix.container, 'alpine') }}
- uses: ./.github/actions/setup-alpine
if: ${{ startsWith(matrix.container, 'alpine') }}

- name: configure
run: |
Expand Down

0 comments on commit 2826f01

Please sign in to comment.