We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe97f48 commit 99835fbCopy full SHA for 99835fb
2 files changed
.github/workflows/release.yml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v4
16
+ - name: Install system packages
17
+ run: sudo apt-get install libglib2.0-dev
18
- uses: taiki-e/create-gh-release-action@v1
19
with:
20
# (required) GitHub token for creating GitHub Releases.
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
21
- name: Build
22
run: cargo build --verbose
23
- name: Run tests
0 commit comments