Skip to content

Commit

Permalink
Install ninja as dependency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Jan 5, 2024
1 parent 8cb2bf6 commit f8cb54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip urllib3 setuptools_scm
sudo apt-get install ninja-build
- name: clone fprime and gps-tutorial
run: |
git clone --recurse-submodules -b ${{ matrix.fprime-version }} https://github.com/nasa/fprime.git
Expand Down

0 comments on commit f8cb54f

Please sign in to comment.