Skip to content

Commit

Permalink
Try a different checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Aug 2, 2024
1 parent 298dd67 commit e1c322d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
with:
files: prebuild-win32.tar
build-centos-7:
if: startsWith(github.ref, 'refs/tags/')
#if: startsWith(github.ref, 'refs/tags/')
env:
LMDB_DATA_V1: ${{ contains(github.ref, '-v1') }}
runs-on: ubuntu-20.04
container: quay.io/pypa/manylinux2014_x86_64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit e1c322d

Please sign in to comment.