Skip to content

Commit 2fb6b32

Browse files
committed
Update integration test 620-env-command
1 parent 603868f commit 2fb6b32

File tree

1 file changed

+2
-2
lines changed
  • test/integration/tests/620-env-command/files

1 file changed

+2
-2
lines changed

test/integration/tests/620-env-command/files/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -euxo pipefail
44

5-
stack build --resolver lts-20.23 async
6-
eval `stack config env --resolver lts-20.23`
5+
stack build --resolver nightly-2023-06-18 async
6+
eval `stack config env --resolver nightly-2023-06-18`
77
ghc Main.hs

0 commit comments

Comments
 (0)