Skip to content

Commit

Permalink
workflows: Address old Linux error for libc
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Aug 1, 2024
1 parent 15e901c commit 946017f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ on:
branches:
- master
types: [opened, reopened, synchronize]

env:
# workaround required for checkout@v3, https://github.com/actions/checkout/issues/1590
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
build-windows:
name: Build sources on amd64 for ${{ matrix.os }}
Expand Down

0 comments on commit 946017f

Please sign in to comment.