mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 23:44:55 +01:00
ci: add deploy key
This commit is contained in:
parent
1a0b5f9427
commit
5502d2165b
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
|
# - nightly
|
||||||
# disable other toolchains to save on github runners
|
# disable other toolchains to save on github runners
|
||||||
steps:
|
steps:
|
||||||
#- uses: arduino/setup-protoc@v2
|
- uses: arduino/setup-protoc@v2
|
||||||
- uses: actions/checkout@v3
|
- 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: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||||
- run: cargo build --verbose
|
- run: cargo build --verbose
|
||||||
- run: cargo test --verbose
|
- run: cargo test --verbose
|
||||||
|
|
Loading…
Reference in a new issue