From c1ec9a7b85404546fdc84bca50aa5ad6fc6734e1 Mon Sep 17 00:00:00 2001 From: rusefi Date: Wed, 20 Nov 2019 23:38:06 -0500 Subject: [PATCH] dead --- ...d-simulator_disabled_since_need_32bit_yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/build-simulator_disabled_since_need_32bit_yaml diff --git a/.github/workflows/build-simulator_disabled_since_need_32bit_yaml b/.github/workflows/build-simulator_disabled_since_need_32bit_yaml deleted file mode 100644 index a910e80c3e..0000000000 --- a/.github/workflows/build-simulator_disabled_since_need_32bit_yaml +++ /dev/null @@ -1,19 +0,0 @@ -name: simulator ci - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - with: - fetch-depth: 1 - submodules: recursive - - - name: Build Simulator - working-directory: ./simulator/ - run: make -j4 -