disable non-resource-file CI build
This commit is contained in:
@@ -16,7 +16,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
with_resource_file: ["true", "false"]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -47,7 +46,6 @@ jobs:
|
|||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
- name: Install resource_file
|
- name: Install resource_file
|
||||||
if: ${{ matrix.with_resource_file == 'true' }}
|
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/fuzziqersoftware/resource_dasm.git
|
git clone https://github.com/fuzziqersoftware/resource_dasm.git
|
||||||
cd resource_dasm
|
cd resource_dasm
|
||||||
|
|||||||
Reference in New Issue
Block a user