Skip to content

Commit 0ce8aeb

Browse files
committed
Fix BSD shell inside the VM to be bash
1 parent 5ec2426 commit 0ce8aeb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -959,6 +959,10 @@ jobs:
959959
version: ${{matrix.bsd_version}}
960960
environment_variables: GIT_FETCH_JOBS NET_RETRY_COUNT DEFAULT_BUILD_VARIANT
961961
sync_files: false
962+
# The 'run' script below uses bash arrays (DEPINST_ARGS / B2_ARGS), so the
963+
# commands forwarded into the VM by cpa.sh must be executed with bash. Without
964+
# this the BSD default /bin/sh that does not support the following syntax
965+
shell: bash
962966

963967
# Step 2: Run your commands inside the VM using the custom shell
964968
- name: Test on ${{matrix.vm}}

0 commit comments

Comments
 (0)