Skip to content

Commit

Permalink
Hack in Murray's change to allow CI to run
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldresser-ie committed Jul 5, 2024
1 parent 5d31347 commit 5bac6b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
GAFFER_BUILD_DIR: "./build"
GAFFER_CACHE_DIR: "./sconsCache"

# GitHub have moved to running actions on Node20, which prevents them from
# running on CentOS 7. The below allows actions to continue running on Node16
# until October.
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

steps:

- uses: actions/checkout@v3
Expand Down

0 comments on commit 5bac6b0

Please sign in to comment.