Skip to content

Commit 1ab3cae

Browse files
committed
multiline bash
1 parent 879cc45 commit 1ab3cae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ jobs:
213213
run: ${{ matrix.check_disk_space }}
214214

215215
- name: Build packages
216-
run:
216+
shell: bash
217+
run: |
217218
./vcpkg x-manifest-tool export-dependencies --format=list > ports.txt
218219
while read p; do
219220
./vcpkg install "$p" \

0 commit comments

Comments
 (0)