Skip to content

Commit 8dda023

Browse files
committed
ci: use bash shell for linux arm builds
1 parent 778ef85 commit 8dda023

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ jobs:
184184
mkdir -p "${PWD}/build"
185185
dockerRunArgs: |
186186
--volume "${PWD}/build:/build"
187+
shell: /bin/bash
187188
env: |
188189
VCPKG_FORCE_SYSTEM_BINARIES: 1
189190
install: |

0 commit comments

Comments
 (0)