Updating to checkout@v2

- Fixes some rebuild issues with GitHub Actions
This commit is contained in:
Jacob Alexander
2020-03-01 15:58:28 -08:00
parent 9de385900a
commit e0d3618aa6
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ jobs:
container-image: ['quay.io/pypa/manylinux2010_x86_64', 'quay.io/pypa/manylinux2010_i686']
steps:
# NOTE: Cannot use checkout@v2 as it requires a newer version glibc, but that's not possible with manylinux without a secondary sysroot
- uses: actions/checkout@v1
# capnproto build requires cmake 3+, CentOS 6 (manylinux2010) defaults to cmake 2.8
- name: Install dependencies