Skip to content

Commit fbd39ec

Browse files
committed
installling deps in ci
1 parent e4816c6 commit fbd39ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Install system deps
13-
run: sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev
13+
run: sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev -y
1414
- name: Install Rust
1515
run: rustup update stable
1616
- name: Install cargo-llvm-cov

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: Install system deps
12-
run: sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev
12+
run: sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev -y
1313
- name: ⚡ Cache
1414
uses: actions/cache@v4
1515
with:

0 commit comments

Comments
 (0)