update windows build CI

This commit is contained in:
Fischer Moseley 2023-04-13 18:25:40 -04:00
parent 97799f1d0f
commit 445586afee
1 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@ jobs:
pwd
dir "$env:USERPROFILE\.ssh"
mkdir "$env:USERPROFILE\.ssh"
"${{ secrets.LAB_BC_PRIVATE_KEY }}" > | "$env:USERPROFILE\.ssh\id_rsa"
"${{ secrets.LAB_BC_KNOWN_HOSTS }}" > | "$env:USERPROFILE\.ssh\known_hosts"
"${{ secrets.LAB_BC_PRIVATE_KEY }}" | "$env:USERPROFILE\.ssh\id_rsa"
"${{ secrets.LAB_BC_KNOWN_HOSTS }}" | "$env:USERPROFILE\.ssh\known_hosts"
- name: Install Manta from Source
run: |