Skip to content

Commit

Permalink
fix nodejs glibc incompatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Jul 4, 2024
1 parent ebe335b commit f6dd66e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
permissions: read-all

env:
# https://github.com/actions/checkout/issues/1590
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
prebuilds-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f6dd66e

Please sign in to comment.