Skip to content

Commit 16d2227

Browse files
authored
Update rust.yml
1 parent 0f358d9 commit 16d2227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v3
25+
- run: sudo apt-get install libgtk-3-dev
2526
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
2627
- name: Build
2728
run: cargo build --verbose

0 commit comments

Comments
 (0)