File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -294,8 +294,8 @@ jobs:
294294 id : ninja-build-cache
295295 uses : actions/cache@v4
296296 with :
297- path : packages/@rescript/ ${{ matrix.node-target }}/bin/ninja .exe
298- key : ninja-build-v1 -${{ matrix.os }}-${{ hashFiles('ninja/src/**') }}
297+ path : ninja/ninja ${{ runner.os == 'Windows' && ' .exe' || '' }}
298+ key : ninja-build-v2 -${{ matrix.os }}-${{ hashFiles('ninja/src/**') }}
299299
300300 - name : Setup Python for ninja build
301301 if : steps.ninja-build-cache.outputs.cache-hit != 'true'
@@ -320,7 +320,6 @@ jobs:
320320 run : node scripts/buildNinjaBinary.js
321321
322322 - name : Copy ninja exe to platform bin dir
323- if : steps.ninja-build-cache.outputs.cache-hit != 'true'
324323 run : node scripts/copyExes.js --ninja
325324
326325 - name : " Syntax: Run tests"
You can’t perform that action at this time.
0 commit comments