Skip to content

Commit

Permalink
Update run-tests.yml (#718)
Browse files Browse the repository at this point in the history
Adds an option to deal with the current glibc errors when running the tests.  Issue was reported actions/checkout#1809 and solution comes from actions/checkout#1809 (comment)
  • Loading branch information
0x400080 committed Jul 11, 2024
1 parent d768e6b commit d34dd02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: Run Tests

on: pull_request

# https://github.com/actions/checkout/issues/1809#issuecomment-2215390787
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
run_tests:
name: Run Tests
Expand Down

0 comments on commit d34dd02

Please sign in to comment.