mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-24 22:06:18 +03:00
Swap Install Deps and Get Submodules
This commit is contained in:
parent
1d68188a9f
commit
462bca5767
1 changed files with 4 additions and 4 deletions
8
.github/workflows/buildnup.yml
vendored
8
.github/workflows/buildnup.yml
vendored
|
@ -49,13 +49,13 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Get Submodules
|
|
||||||
run: git submodule update --init
|
|
||||||
|
|
||||||
- name: Install Deps
|
- name: Install Deps
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y libgtk-4-1 libgtk-4-dev libadwaita-1-0 libadwaita-1-dev
|
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: Build
|
- name: Build
|
||||||
run: cargo build --release --verbose
|
run: cargo build --release --verbose
|
||||||
|
|
Loading…
Reference in a new issue