Skip to content

Commit 8eae1b9

Browse files
committed
Test build
1 parent 099d7ba commit 8eae1b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,9 @@ jobs:
213213
# CPUs/2
214214
MAX_CONCURRENT_TASKS=$(($(nproc) / 2))
215215
216+
wget https://8080--0195b910-1349-73b4-a24c-a0c5a2c48849.us01.gitpod.dev/leeway -O /usr/local/bin/leeway
217+
chmod +x /usr/local/bin/leeway
218+
216219
leeway build dev:all \
217220
--max-concurrent-tasks $MAX_CONCURRENT_TASKS \
218221
--docker-build-options network=host \

0 commit comments

Comments
 (0)