mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
CI: Update cargo-install to supress warnings about outdated node
This commit is contained in:
parent
e5d7b06b2a
commit
88b14a993e
5 changed files with 7 additions and 7 deletions
6
.github/workflows/slint_tool_binary.yaml
vendored
6
.github/workflows/slint_tool_binary.yaml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: 6.2.1
|
||||
- uses: baptiste0928/cargo-install@v1
|
||||
- uses: baptiste0928/cargo-install@v2
|
||||
with:
|
||||
crate: cargo-about
|
||||
- name: Build
|
||||
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: 5.15.2
|
||||
- uses: baptiste0928/cargo-install@v1
|
||||
- uses: baptiste0928/cargo-install@v2
|
||||
with:
|
||||
crate: cargo-about
|
||||
- name: Build
|
||||
|
|
@ -106,7 +106,7 @@ jobs:
|
|||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: 6.2.1
|
||||
- uses: baptiste0928/cargo-install@v1
|
||||
- uses: baptiste0928/cargo-install@v2
|
||||
with:
|
||||
crate: cargo-about
|
||||
- name: Build x86_64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue