Skip to content

Commit

Permalink
Fix benchmark CI job.
Browse files Browse the repository at this point in the history
Installing zip failed because sudo wanted a password, zip is already installed
so this step isn't required anyway.
  • Loading branch information
cjordan committed Feb 28, 2023
1 parent 582016f commit 4794bfd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ jobs:
LD_LIBRARY_PATH: /usr/local/lib/
MARLU_TEST_DIR: /home/runner/data

- name: install zip
run: |
sudo apt-get update \
&& sudo apt-get install -y zip
- name: Zip benchmark results
run: zip -r criterion.zip target/criterion/*

Expand Down

0 comments on commit 4794bfd

Please sign in to comment.