Skip to content

Commit 1432860

Browse files
eitsupijeroen
authored andcommitted
fix: allow failure of building linux native binary
1 parent 32f307f commit 1432860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ echo "::group::Get native dependencies"
3838

3939
# (Re)build linux native binary (also ensures dev-deps are present)
4040
# This is expensive, maybe we should copy the binary from the previous job
41-
R -e "pak::pak('./${SOURCEPKG}')"
41+
R -e "pak::pak('./${SOURCEPKG}')" || true
4242
echo "::endgroup::"
4343

4444
# Compile WASM binary

0 commit comments

Comments
 (0)