Skip to content

Commit 2d099f4

Browse files
committed
--allow-dirty on Windows
1 parent c6a2978 commit 2d099f4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- os: ubuntu-latest
1919
release-args: "--alpine"
2020
- os: windows-latest
21-
release-args: ""
21+
# Issues with symlinks cause things to appear dirty
22+
# FIXME: we probably need to fix this so we get good output on stack --version
23+
release-args: "--allow-dirty"
2224
- os: macos-latest
2325
release-args: ""
2426
steps:

0 commit comments

Comments
 (0)