mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci: ugly ci fix with ssh-agent
This commit is contained in:
parent
089a4bb43f
commit
b5300268fc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -23,6 +23,9 @@ jobs:
|
||||||
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 --all-features
|
- run: cargo build --verbose --all-features
|
||||||
- run: cargo test --verbose --all-features
|
- run: cargo test --verbose --all-features
|
||||||
|
|
Loading…
Reference in a new issue