ci: added key

This commit is contained in:
əlemi 2023-08-17 02:11:56 +02:00
parent 75b8516614
commit 9349ce346f

View file

@ -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