We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec2426 commit 0ce8aebCopy full SHA for 0ce8aeb
1 file changed
.github/workflows/ci.yml
@@ -959,6 +959,10 @@ jobs:
959
version: ${{matrix.bsd_version}}
960
environment_variables: GIT_FETCH_JOBS NET_RETRY_COUNT DEFAULT_BUILD_VARIANT
961
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
966
967
# Step 2: Run your commands inside the VM using the custom shell
968
- name: Test on ${{matrix.vm}}
0 commit comments