mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 22:31:14 +00:00
Remove rust/cross install from vscode extension build
That's not needed anymore
This commit is contained in:
parent
606f97dd84
commit
f088ca41f0
1 changed files with 0 additions and 6 deletions
6
.github/workflows/vscode_extension.yaml
vendored
6
.github/workflows/vscode_extension.yaml
vendored
|
@ -69,12 +69,6 @@ jobs:
|
|||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12'
|
||||
- name: Install latest stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: "Install cross"
|
||||
run: cargo install cross
|
||||
- name: "Install vsce"
|
||||
working-directory: vscode_extension
|
||||
run: npm install vsce
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue