;ci: ci: silence vs code warnings about env.CONTINUE
This commit is contained in:
parent
7b24c3546c
commit
e1540af4b8
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -71,6 +71,11 @@ jobs:
|
|||||||
# the oldest supported ghc, to check backward compatibility
|
# the oldest supported ghc, to check backward compatibility
|
||||||
# - { ghc: "810", stack: "stack --stack-yaml=stack8.10.yaml" }
|
# - { ghc: "810", stack: "stack --stack-yaml=stack8.10.yaml" }
|
||||||
- { ghc: "944", stack: "stack --stack-yaml=stack9.4.yaml" }
|
- { ghc: "944", stack: "stack --stack-yaml=stack9.4.yaml" }
|
||||||
|
|
||||||
|
# declare env.CONTINUE variable used below, to prevent "Context access might be invalid" warnings
|
||||||
|
env:
|
||||||
|
CONTINUE:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Check out
|
- name: Check out
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user