Skip to content

Commit

Permalink
Workaround Actions node20 glibc issues (#3772)
Browse files Browse the repository at this point in the history
Workaround for issue in actions/checkout#1590

b/255654807
  • Loading branch information
kaidokert authored Jul 4, 2024
1 parent 3d783ce commit fae6c9e
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 @@ -50,6 +50,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 }}-${{ github.event_name }}-${{ inputs.platform }} @ ${{ github.event.label.name || github.event.pull_request.number || github.sha }} @ ${{ github.event.label.name && github.event.pull_request.number || github.event.action }}
Expand Down

0 comments on commit fae6c9e

Please sign in to comment.