mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-02-16 09:49:46 +03:00
Fix workflow
This commit is contained in:
parent
462bca5767
commit
7b90cc405d
1 changed files with 5 additions and 6 deletions
11
.github/workflows/buildnup.yml
vendored
11
.github/workflows/buildnup.yml
vendored
|
@ -46,16 +46,15 @@ jobs:
|
|||
DEBIAN_FRONTEND: noninteractive
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Deps
|
||||
run: |
|
||||
apt update
|
||||
apt install -y libgtk-4-1 libgtk-4-dev libadwaita-1-0 libadwaita-1-dev git rustc rustfmt cargo
|
||||
|
||||
- name: Get Submodules
|
||||
run: git submodule update --init
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release --verbose
|
||||
|
|
Loading…
Add table
Reference in a new issue