Install cross in the vscode extension build action

This commit is contained in:
Simon Hausmann 2021-04-01 13:14:45 +02:00
parent c00c502c0e
commit 4be03660d8

View file

@ -25,6 +25,8 @@ jobs:
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