Skip to content

Commit

Permalink
fix: allow older glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
daiyam committed Jul 8, 2024
1 parent d84a365 commit bef5b8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
- '**/*.md'

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
APP_NAME: VSCodium
ASSETS_REPOSITORY: ${{ github.repository }}
BINARY_NAME: codium
Expand Down Expand Up @@ -170,9 +171,6 @@ jobs:
- uses: actions/checkout@v3
with:
ref: ${{ env.GITHUB_BRANCH }}
env:
ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16
ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16
if: env.SHOULD_BUILD == 'yes'

- name: Install GH
Expand Down

0 comments on commit bef5b8a

Please sign in to comment.