Skip to content

Commit

Permalink
Update cibuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored Jun 1, 2024
1 parent 6c8a837 commit 4455dd0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

defaults:
run:
shell: ${{ matrix.platform.shell || '' }}
shell: ${{ matrix.platform.shell || 'bash -e {0}' }}t

env:
CFLAGS: "-w"
Expand All @@ -43,6 +43,9 @@ jobs:
configuration: [Debug, Release]

steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)

- name: Install latest stable Alpine Linux and packages
if: ${{ matrix.platform.name == 'Alpine' }}
uses: jirutka/setup-alpine@master
Expand Down

0 comments on commit 4455dd0

Please sign in to comment.