Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
- rename linux-ci-latest job to ubuntu-latest
- remove invoking scripts/linux-ci.sh
- install latest cmake via python pip
  • Loading branch information
jrmadsen committed Oct 16, 2023
1 parent 567870c commit 7fa3b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Expand Up @@ -196,7 +196,7 @@ jobs:
cmake -B build-examples -DTIMEMORY_BUILD_C_EXAMPLES=ON -Dtimemory_DIR=${HOME}/timemory-install/share/cmake/timemory .
cmake --build build-examples --target ex_array_of_bundles --parallel 2
linux-ci-latest:
ubuntu-latest:
runs-on: ubuntu-latest
continue-on-error: false
strategy:
Expand Down Expand Up @@ -243,8 +243,8 @@ jobs:
- name: Update container
run: |
sudo apt-get update
sudo apt-get install -y ${{ matrix.PACKAGES }}
sudo scripts/linux-ci.sh
sudo apt-get install -y ${{ matrix.PACKAGES }} build-essential wget curl git-core cmake ninja-build python3-pip
sudo -H python3 -m pip install -U cmake
- name: Install PyCTest
run: |
Expand Down

0 comments on commit 7fa3b01

Please sign in to comment.