Skip to content

Commit 4b6e3cd

Browse files
committed
ci: Update distribution bundle setup script invocation parameters
This commit updates the distribution bundle setup script invocation parameters for the test job to comply with the updated setup scripts. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 33702f0 commit 4b6e3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,9 +1281,9 @@ jobs:
12811281
12821282
if [ "${{ runner.os }}" == "Windows" ]; then
12831283
# NOTE: Escape forward slashes because MinGW (bash)
1284-
./setup.cmd //c //t
1284+
./setup.cmd //t all //h //c
12851285
else
1286-
./setup.sh -c -t
1286+
./setup.sh -t all -h -c
12871287
fi
12881288
12891289
# Clean up bundle archive to reduce disk usage

0 commit comments

Comments
 (0)