Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenlig committed Sep 26, 2024
1 parent 2230194 commit a01eff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-attach.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
if: "matrix.container == 'ubuntu-2204'"
run: |
apt-get install -y lcov libzstd-dev libboost-all-dev
- name: Install lcov
- name: Install lcov and which
if: "matrix.container == 'fedora-39'"
run: |
dnf install -y lcov
dnf install -y lcov which
- name: Build for frida uprobe attach tests
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
if: "matrix.container == 'ubuntu-2204'"
run: |
apt-get install -y lcov libzstd-dev libboost-all-dev
- name: Install lcov
- name: Install lcov and which
if: "matrix.container == 'fedora-39'"
run: |
dnf install -y lcov
dnf install -y lcov which
- name: Build
run: |
Expand Down

0 comments on commit a01eff0

Please sign in to comment.