;ci: ci: silence vs code warnings about env.CONTINUE

This commit is contained in:
Simon Michael 2024-04-17 16:39:31 -10:00
parent 7b24c3546c
commit e1540af4b8

View File

@ -71,6 +71,11 @@ jobs:
# the oldest supported ghc, to check backward compatibility
# - { ghc: "810", stack: "stack --stack-yaml=stack8.10.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:
- name: Check out