Skip to content

Commit 02bf09d

Browse files
committed
install deps in ci
1 parent 7a16d79 commit 02bf09d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ jobs:
120120
- nightly
121121
steps:
122122
- uses: actions/checkout@v4
123+
- name: apt-get install dependencies
124+
run: sudo apt-get install --yes build-essential libgtk-3-dev libspeechd-dev libssl-dev
123125
- name: Run tests
124126
uses: houseabsolute/actions-rust-cross@v1
125127
with:

0 commit comments

Comments
 (0)