From e1540af4b83a6600cae397ef5fb49d9247ed7d3b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 17 Apr 2024 16:39:31 -1000 Subject: [PATCH] ;ci: ci: silence vs code warnings about env.CONTINUE --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25525455b..69df09e9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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