Skip to content

Commit

Permalink
CI: Install bash in alpine container
Browse files Browse the repository at this point in the history
Alpine container was updated and bash is missing from the default
packages. Install it explicitly.
  • Loading branch information
epilys committed May 24, 2022
1 parent f987963 commit 4f241e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-sys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Set up base deps on musl
if: matrix.build == 'linux-musl-x64'
run: |
apk add build-base musl-dev curl make libtool libffi-dev gcc automake autoconf git openssl-dev g++ libxkbcommon-dev wayland-dev
apk add build-base bash musl-dev curl make libtool libffi-dev gcc automake autoconf git openssl-dev g++ libxkbcommon-dev wayland-dev
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 4f241e0

Please sign in to comment.