Skip to content

Commit

Permalink
- attempting build workaround for missing symbols in glibc if running
Browse files Browse the repository at this point in the history
  under docker;
  • Loading branch information
jaltmayerpizzorno committed Jan 27, 2024
1 parent 9d124dc commit 79d2ebf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@ jobs:
if: github.event_name != 'release' && matrix.os == 'windows-latest'
run: ("DEV_BUILD=" + (get-content devN.txt)) >> $env:GITHUB_ENV # for setup.py

# downgraded to @v3 if using container: https://github.com/actions/checkout/issues/1487
- uses: actions/checkout@v3
if: matrix.container != ''

- uses: actions/checkout@v4
if: matrix.container == ''

- name: Mark workspace safe for git
# needed for container and self-hosted runners; see https://github.com/actions/checkout/issues/766
Expand Down

0 comments on commit 79d2ebf

Please sign in to comment.