Skip to content

Commit 988cd2c

Browse files
authored
Update rust.yml
Dependancies
1 parent e9d1274 commit 988cd2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
toolchain: ${{ env.RUST_TOOLCHAIN }}
3131
components: rustfmt, clippy
3232
override: true
33+
- name: Install Dependancies
34+
with:
35+
command: sudo apt-get install
36+
args: libglib2.0-dev
3337
- name: Run cargo fmt
3438
uses: actions-rs/cargo@v1
3539
with:

0 commit comments

Comments
 (0)