Skip to content

Commit

Permalink
Cherry pick PR #3772: Workaround Actions node20 glibc issues (#3774)
Browse files Browse the repository at this point in the history
Refer to the original PR: #3772

Workaround for issue in actions/checkout#1590

b/255654807

Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert authored Jul 4, 2024
1 parent ad20c24 commit 06a21b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ env:
SCCACHE_GCS_RW_MODE: READ_WRITE
SCCACHE_IDLE_TIMEOUT: 0 # prevent sccache server from shutting down after long idle.
STARBOARD_TOOLCHAINS_DIR: /root/starboard-toolchains
# TODO(b/255654807) Workaround for https://github.com/actions/checkout/issues/1590
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

concurrency:
group: '${{ github.workflow }}-${{ inputs.platform }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.sha }}'
Expand Down

0 comments on commit 06a21b3

Please sign in to comment.