Skip to content

Commit f156b6d

Browse files
committed
ci
1 parent f8ff910 commit f156b6d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/main.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }}
4242

4343
- name: Setup library dependencies
44-
run: >
45-
sudo apt update &&
44+
run: |
45+
sudo apt update
4646
sudo apt install -y libcurl4-openssl-dev
4747
4848
- name: Setup misc
@@ -306,8 +306,8 @@ jobs:
306306
sed "s|_USER_|$(whoami)|; s|_SOURCE_ROOT_|$(pwd)|" ${{ matrix.config_file }} > test/config.json
307307
308308
- name: Setup Linux dependencies
309-
run: >
310-
sudo apt update &&
309+
run: |
310+
sudo apt update
311311
sudo apt install -y libcurl4-openssl-dev apache2-dev libapr1-dev libaprutil1-dev
312312
if: matrix.name == 'Linux'
313313

@@ -455,8 +455,8 @@ jobs:
455455
sed "s|_USER_|$(whoami)|" ${{ matrix.config_file }} > test/config.json
456456
457457
- name: Setup Linux dependencies
458-
run: >
459-
sudo apt update &&
458+
run: |
459+
sudo apt update
460460
sudo apt install -y libcurl4-openssl-dev
461461
if: matrix.name == 'Linux'
462462

@@ -530,8 +530,8 @@ jobs:
530530
SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }}
531531

532532
- name: Setup Linux dependencies
533-
run: >
534-
sudo apt update &&
533+
run: |
534+
sudo apt update
535535
sudo apt install -y libcurl4-openssl-dev
536536
if: matrix.name == 'Linux'
537537

@@ -606,8 +606,8 @@ jobs:
606606
SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }}
607607

608608
- name: Setup Linux dependencies
609-
run: >
610-
sudo apt update &&
609+
run: |
610+
sudo apt update
611611
sudo apt install -y libcurl4-openssl-dev
612612
if: matrix.name == 'Linux'
613613

@@ -671,8 +671,8 @@ jobs:
671671
sed "s|_USER_|$(whoami)|" ${{ matrix.config_file }} > test/config.json
672672
673673
- name: Setup Linux dependencies
674-
run: >
675-
sudo apt update &&
674+
run: |
675+
sudo apt update
676676
sudo apt install -y libcurl4-openssl-dev
677677
if: matrix.name == 'Linux'
678678

0 commit comments

Comments
 (0)