mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-19 00:31:45 +03:00
Change from command to action for rust
This commit is contained in:
parent
082b9eae1b
commit
e15d20345f
1 changed files with 4 additions and 3 deletions
7
.github/workflows/buildnup.yml
vendored
7
.github/workflows/buildnup.yml
vendored
|
@ -46,12 +46,13 @@ jobs:
|
|||
DEBIAN_FRONTEND: noninteractive
|
||||
|
||||
steps:
|
||||
- name: Install Deps & Rust
|
||||
- name: Install Deps
|
||||
run: |
|
||||
apt update
|
||||
apt install -y libgtk-4-1 libgtk-4-dev libadwaita-1-0 libadwaita-1-dev git curl openssl libssl-dev
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y
|
||||
|
||||
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue