Skip to content

Commit

Permalink
Fix CI problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Jul 8, 2024
1 parent bfce116 commit 4e67871
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/klebert-engineering/manylinux-cpp17-py${{ matrix.python-version }}:2023.2
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
# Use taiki-e/checkout-action, because the GH checkout actions require
# node20 which can't run on manylinux2014.
- uses: taiki-e/checkout-action@v1
- name: Cache Conan packages
uses: actions/cache@v2
with:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Configure
run: |
python3 -m venv venv && . ./venv/bin/activate
pip install -U setuptools wheel pip conan==2.2.1
pip install -U setuptools wheel pip conan==2.5.0
mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release ..
- name: Build
working-directory: build
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- run: python -m pip install setuptools wheel conan==2.2.1
- run: python -m pip install setuptools wheel conan==2.5.0
- run: mkdir build
- name: Build (macOS)
if: matrix.os == 'macos-13'
Expand Down

0 comments on commit 4e67871

Please sign in to comment.