Skip to content

Commit

Permalink
ci: add gtest dependency
Browse files Browse the repository at this point in the history
this makes frigg's tests run in ci, not sure how useful that is
  • Loading branch information
lzcunt authored Jan 5, 2025
1 parent f256a07 commit 9be074d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
apt-get update
apt-get install -y ninja-build qemu-user \
python3-setuptools python3-jsonschema \
python3-pexpect python3-pip netbase clang lld
python3-pexpect python3-pip netbase clang lld \
pkg-config libgtest-dev
pip install --break-system-packages -U xbstrap pyexpect meson
- name: Prepare directories
run: |
Expand Down Expand Up @@ -95,7 +96,7 @@ jobs:
apt-get update
apt-get install -y ninja-build qemu-user \
python3-setuptools python3-jsonschema \
python3-pip
python3-pip pkg-config libgtest-dev
pip install --break-system-packages -U xbstrap meson
- if: ${{ matrix.sysdeps == 'managarm' }}
name: Checkout bootstrap-managarm
Expand Down

0 comments on commit 9be074d

Please sign in to comment.