Skip to content

Commit

Permalink
Use ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION for CentOS 7 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbean-bremen committed Dec 30, 2024
1 parent 39ef1f0 commit e8764a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- disable-oldschool
pull_request:

concurrency:
Expand Down Expand Up @@ -115,6 +116,8 @@ jobs:
container_os_python_package: 'python3-devel'
configuration: 'release'
runs-on: ubuntu-latest
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: 'true'
container: '${{ matrix.container_os }}:${{ matrix.container_os_version }}'
steps:
- name: Change centos archive repository
Expand Down

0 comments on commit e8764a5

Please sign in to comment.