mirror of
https://github.com/hexedtech/codemp-vscode.git
synced 2024-11-21 15:04:49 +01:00
ci: added key
This commit is contained in:
parent
75b8516614
commit
9349ce346f
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -21,8 +21,11 @@ jobs:
|
|||
# - nightly
|
||||
# disable other toolchains to save on github runners
|
||||
steps:
|
||||
#- uses: arduino/setup-protoc@v2
|
||||
- uses: arduino/setup-protoc@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: webfactory/ssh-agent@v0.7.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.ACTIONS_SSH_DEPLOY_KEY }}
|
||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||
- run: cargo build --verbose
|
||||
- run: cargo test --verbose
|
||||
|
|
Loading…
Reference in a new issue