Skip to content

Commit

Permalink
Limit gradle to 1 worker
Browse files Browse the repository at this point in the history
Change-Id: Ibccd23e99e5d3a832117d9868c5ab9ae86ccddb6
  • Loading branch information
oxve committed Oct 4, 2024
1 parent 571d481 commit 14c2451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gn/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
if: startsWith(${{matrix.target_platform}}, 'android')
run: |
echo "ANDROID_HOME=/root/starboard-toolchains/AndroidSdk/" >> $GITHUB_ENV
echo "COBALT_GRADLE_BUILD_COUNT=2" >> $GITHUB_ENV
echo "COBALT_GRADLE_BUILD_COUNT=1" >> $GITHUB_ENV
PROJECT_NAME=$(gcloud config get-value project)
echo "GCS_NIGHTLY_PATH=gs://${PROJECT_NAME}-build-artifacts" >> $GITHUB_ENV
- name: GN
Expand Down

0 comments on commit 14c2451

Please sign in to comment.