Skip to content

Commit

Permalink
ci: No longer need to install these dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Feb 14, 2024
1 parent 4ff2f8f commit 5612b98
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ jobs:
with:
path: "~/.cache/bazel"
key: bazel-${{ hashFiles('WORKSPACE', 'MODULE.bazel' }}
- name: install dependencies
run: |
sudo apt-get install -y \
dejagnu \
gcc \
llvm
dpkg -S llvm-cov
- name: bazel test
run: bazel coverage --explain=explain.out -s --test_env=VERBOSE_COVERAGE=1 --test_env=DISPLAY_LCOV_CMD=1 --test_output=all --combined_report=lcov --instrument_test_targets --nocache_test_results --instrumentation_filter="^//" //...
- name: copy test results into workspace
Expand Down

0 comments on commit 5612b98

Please sign in to comment.