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 ace2183 commit a5f0ef6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .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 || 'bash -e {0}' }}
shell: ${{ matrix.platform.shell || 'sh -e {0}' }}

env:
CFLAGS: "-w"
Expand All @@ -43,9 +43,6 @@ 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 All @@ -60,6 +57,7 @@ jobs:
sudo dpkg --add-architecture ${{ matrix.platform.arch }}
sudo apt-get update -qq
sudo apt-get install -qq -y \
git:${{ matrix.platform.arch }} \
libsdl2-dev:${{ matrix.platform.arch }} \
liblzo2-dev:${{ matrix.platform.arch }} \
libjpeg-dev:${{ matrix.platform.arch }} \
Expand Down

0 comments on commit a5f0ef6

Please sign in to comment.