Skip to content

Commit 02070c4

Browse files
committed
Revert "--allow-dirty on Windows"
This reverts commit 2d099f4.
1 parent e6fac1a commit 02070c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
- os: ubuntu-latest
1919
release-args: "--alpine"
2020
- os: windows-latest
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"
21+
release-args: ""
2422
- os: macos-latest
2523
release-args: ""
2624
steps:

0 commit comments

Comments
 (0)