Skip to content

Commit fb6b5cb

Browse files
committed
Update GitHub actions
1 parent 297d80e commit fb6b5cb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
with:
1313
submodules: recursive
14-
- uses: actions-rs/toolchain@v1
15-
with:
16-
toolchain: nightly
17-
override: true
14+
- name: Install dependencies
15+
run: sudo apt install libglib2.0-dev
1816
- name: Build
1917
run: cargo build --verbose
2018
- name: Run tests

0 commit comments

Comments
 (0)