Skip to content

Commit

Permalink
[TOOLS] temporary workaround for #1161
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jun 19, 2024
1 parent db1ca92 commit b90d1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cromite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ jobs:
echo "::endgroup::"
# temporary workaround for https://github.com/uazo/cromite/issues/1161
ninja -C out/x64 chrome_public_bundle || ninja -C out/x64 chrome_public_bundle
ninja -C out/x64 chrome_public_bundle || true
ninja -C out/x64 chrome_public_apk
cp ../../cromite/build/RELEASE out/x64
Expand Down

0 comments on commit b90d1c2

Please sign in to comment.