Skip to content

Commit

Permalink
;ci: ci: silence vs code warnings about env.CONTINUE
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Apr 18, 2024
1 parent 205e117 commit bca2d22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bca2d22

Please sign in to comment.