fix: allow older glibc
This commit is contained in:
parent
8ac0021b41
commit
d84a36548a
1 changed files with 2 additions and 1 deletions
3
.github/workflows/stable-linux.yml
vendored
3
.github/workflows/stable-linux.yml
vendored
|
@ -171,7 +171,8 @@ jobs:
|
|||
with:
|
||||
ref: ${{ env.GITHUB_BRANCH }}
|
||||
env:
|
||||
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
|
||||
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
|
||||
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
|
||||
if: env.SHOULD_BUILD == 'yes'
|
||||
|
||||
- name: Install GH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue