ci: win, mac: fix skipping of all steps

This commit is contained in:
Simon Michael 2022-01-06 07:06:57 -10:00
parent 20ab8abd8d
commit 29fb63384e
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,9 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Confirm all remaining steps should run
run: echo "CONTINUE=true" >> $GITHUB_ENV
# things to be cached/restored: # things to be cached/restored:
- name: Cache stack global package db - name: Cache stack global package db

View File

@ -27,6 +27,9 @@ jobs:
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Confirm all remaining steps should run
run: echo "CONTINUE=true" >> $GITHUB_ENV
# things to be cached/restored: # things to be cached/restored:
- name: Cache stack global package db - name: Cache stack global package db