We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6a2978 commit 2d099f4Copy full SHA for 2d099f4
.github/workflows/integration-tests.yml
@@ -18,7 +18,9 @@ jobs:
18
- os: ubuntu-latest
19
release-args: "--alpine"
20
- os: windows-latest
21
- release-args: ""
+ # 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"
24
- os: macos-latest
25
release-args: ""
26
steps:
0 commit comments