mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 09:49:46 +03:00
Update buildnup.yml
This commit is contained in:
parent
aa395cc753
commit
6514430d6d
1 changed files with 4 additions and 1 deletions
5
.github/workflows/buildnup.yml
vendored
5
.github/workflows/buildnup.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue