Skip to content

Commit

Permalink
ok just install zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Sep 26, 2024
1 parent f509a9b commit 3cfd5e4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,13 @@ jobs:
fail_ci_if_error: true
verbose: true

- name: zip gcov
run: |
sudo apt -y install zip
find build-test -iname '*.gcov' -print0 | xargs -0 zip gcovs.zip
- name: Upload gcov
uses: actions/upload-artifact@v4
with:
name: gcovs.zip
path: "**/*.gcov"
path: gcovs.zip

0 comments on commit 3cfd5e4

Please sign in to comment.