mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 06:41:14 +00:00
Install cross in the vscode extension build action
This commit is contained in:
parent
c00c502c0e
commit
4be03660d8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/vscode_extension.yaml
vendored
2
.github/workflows/vscode_extension.yaml
vendored
|
@ -25,6 +25,8 @@ jobs:
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
- name: "Install cross"
|
||||||
|
run: cargo install cross
|
||||||
- name: "Install vsce"
|
- name: "Install vsce"
|
||||||
working-directory: vscode_extension
|
working-directory: vscode_extension
|
||||||
run: npm install vsce
|
run: npm install vsce
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue