Update windows ci

This commit is contained in:
howardwu 2020-08-13 23:42:25 -07:00
parent 164ea500eb
commit 6cdf0983f8

View File

@ -104,7 +104,7 @@ jobs:
echo $Env:SSH_KEY > C:\Users\runneradmin\.ssh\id_rsa
ssh -oStrictHostKeyChecking=no git@github.com
env:
SSH_KEY: ${{ secrets.SNARKOS_DEPLOY_KEY }}
SSH_KEY: ${{ secrets.SNARKOS_DEPLOY_KEY_WINDOWS }}
- name: Install Rust
uses: actions-rs/toolchain@v1