ci: win, mac: fix skipping of all steps
This commit is contained in:
parent
20ab8abd8d
commit
29fb63384e
3
.github/workflows/mac.yml
vendored
3
.github/workflows/mac.yml
vendored
@ -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
|
||||||
|
|||||||
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user