update windows example building

This commit is contained in:
Fischer Moseley 2023-04-13 18:39:39 -04:00
parent 294cd0a722
commit c21e1cb21a
1 changed files with 3 additions and 4 deletions

View File

@ -71,10 +71,9 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Add SSH Keys - name: Add SSH Keys
run: | run: |
dir echo "$env:LAB_BC_KNOWN_HOSTS" > $env:USERPROFILE\.ssh\known_hosts
pwd echo "$env:LAB_BC_PRIVATE_KEY" > $env:USERPROFILE\.ssh\id_rsa
$file = "$env:userprofile\.ssh\id_rsa" chmod 600 $env:USERPROFILE\.ssh\id_rsa
Set-Content -Path $file -Value ${{ secrets.LAB_BC_KNOWN_HOSTS }}
- name: Install Manta from Source - name: Install Manta from Source
run: | run: |