From 1bc668f72f05e77c2315e0363e6e2d57b77d8faa Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Tue, 18 Mar 2025 20:58:44 -0700 Subject: [PATCH] disable non-resource-file CI build --- .github/workflows/cmake.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 001a3ff1..1282b9af 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -16,7 +16,6 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - with_resource_file: ["true", "false"] steps: - uses: actions/checkout@v4 @@ -47,7 +46,6 @@ jobs: sudo make install - name: Install resource_file - if: ${{ matrix.with_resource_file == 'true' }} run: | git clone https://github.com/fuzziqersoftware/resource_dasm.git cd resource_dasm