Update buildnup.yml

This commit is contained in:
Marie 2022-08-26 03:29:59 +02:00 committed by GitHub
parent aa395cc753
commit 6514430d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,13 +11,16 @@ env:
jobs:
build_and_upload:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Install Deps
run: sudo apt install -y libgtk-4-1 libgtk-4-dev libadwaita-1-0
- name: Build
run: cargo build --release --verbose