Skip to content

Commit

Permalink
add grcov in agithub actions 3
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Oct 7, 2024
1 parent b4c7a3f commit 374b4b5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/grcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,20 @@ jobs:
- "--all-features"
steps:
- name: Checkout source code
uses: actions/checkout@v2

uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- name: Install npm dependencies
run: npm ci
- name: Build WebUI
run: npm run build
- name: Setup ffmpeg
uses: AnimMouse/setup-ffmpeg@v1
- name: Show version information
run: |
ffmpeg -version
ffprobe -version
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 374b4b5

Please sign in to comment.