We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f358d9 commit 16d2227Copy full SHA for 16d2227
.github/workflows/rust.yml
@@ -22,6 +22,7 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v3
25
+ - run: sudo apt-get install libgtk-3-dev
26
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
27
- name: Build
28
run: cargo build --verbose
0 commit comments