We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712ea53 commit 78a09e6Copy full SHA for 78a09e6
.github/workflows/rust.yml
@@ -15,6 +15,8 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
+ - name: Install Dependencies
19
+ run: sudo apt install libgtk-4-dev build-essential -y
20
- uses: actions/checkout@v4
21
- name: Build
22
run: cargo build --verbose
0 commit comments