mirror of
https://github.com/Revertron/Alfis
synced 2024-11-03 15:40:19 +00:00
Update rust_create_release.yml
This commit is contained in:
parent
9b9c757cf3
commit
6884789824
3
.github/workflows/rust_create_release.yml
vendored
3
.github/workflows/rust_create_release.yml
vendored
@ -43,6 +43,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: install libgtk-dev libwebkit2gtk-4.0
|
||||
run: sudo apt update && sudo apt install libwebkit2gtk-4.0-dev
|
||||
if: contains(matrix.os, 'ubuntu')
|
||||
- name: Build release binary
|
||||
run: |
|
||||
cargo build --release
|
||||
|
Loading…
Reference in New Issue
Block a user