We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4816c6 commit fbd39ecCopy full SHA for fbd39ec
.github/workflows/cov.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Install system deps
13
- run: sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev
+ run: sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev -y
14
- name: Install Rust
15
run: rustup update stable
16
- name: Install cargo-llvm-cov
.github/workflows/rust.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v2
- name: ⚡ Cache
uses: actions/cache@v4
with:
0 commit comments