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 authored and edsiper committed Aug 5, 2024
1 parent 22368b7 commit 603046c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches:
- master
types: [opened, reopened, synchronize]

jobs:
build-windows:
name: Build sources on amd64 for ${{ matrix.os }}
Expand Down Expand Up @@ -57,6 +58,9 @@ jobs:
name: CentOS 7 build to confirm no issues once used downstream
runs-on: ubuntu-latest
container: centos:7
env:
# workaround required for checkout@v3, https://github.com/actions/checkout/issues/1590
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
steps:
- name: Set up base image dependencies
run: |
Expand Down

0 comments on commit 603046c

Please sign in to comment.