From 276069bd7983a4ffc3b583852ab46933c457df68 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:52:58 -0400 Subject: [PATCH] abort windows CI due to lab-bc being weird on windows server --- .github/workflows/build_examples.yml | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/.github/workflows/build_examples.yml b/.github/workflows/build_examples.yml index 3c45db0..bc10b6c 100644 --- a/.github/workflows/build_examples.yml +++ b/.github/workflows/build_examples.yml @@ -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 \ No newline at end of file + run: make icestick_lut_ram \ No newline at end of file