fix: allow older glibc
This commit is contained in:
parent
9e651fcf68
commit
8ac0021b41
1 changed files with 2 additions and 0 deletions
2
.github/workflows/stable-linux.yml
vendored
2
.github/workflows/stable-linux.yml
vendored
|
@ -170,6 +170,8 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ env.GITHUB_BRANCH }}
|
||||
env:
|
||||
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
|
||||
if: env.SHOULD_BUILD == 'yes'
|
||||
|
||||
- name: Install GH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue