Skip to content

Commit 78a09e6

Browse files
Update rust.yml
1 parent 712ea53 commit 78a09e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- name: Install Dependencies
19+
run: sudo apt install libgtk-4-dev build-essential -y
1820
- uses: actions/checkout@v4
1921
- name: Build
2022
run: cargo build --verbose

0 commit comments

Comments
 (0)