abort windows CI due to lab-bc being weird on windows server

This commit is contained in:
Fischer Moseley 2023-04-13 18:52:58 -04:00
parent 282262c0fc
commit 276069bd79
1 changed files with 1 additions and 24 deletions

View File

@ -63,27 +63,4 @@ jobs:
run: make icestick_io_core
- name: Build lut_ram
run: make icestick_lut_ram
windows_nexys_a7_examples:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Add SSH Keys
run: |
mkdir $env:USERPROFILE\.ssh
echo "$env:LAB_BC_KNOWN_HOSTS" > $env:USERPROFILE\.ssh\known_hosts
echo "$env:LAB_BC_PRIVATE_KEY" > $env:USERPROFILE\.ssh\id_rsa
chmod 600 $env:USERPROFILE\.ssh\id_rsa
- name: Install Manta from Source
run: python3 -m pip install .
- name: Build io_core
run: make nexys_a7_io_core
- name: Build logic_analyzer
run: make nexys_a7_logic_analyzer
- name: Build lut_ram
run: make nexys_a7_lut_ram
run: make icestick_lut_ram