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 6717d35 commit fe91bc0Copy full SHA for fe91bc0
1 file changed
.github/workflows/release.yml
@@ -40,8 +40,8 @@ jobs:
40
- # === Preprocess ===
41
name: Preprocess
42
shell: bash
43
- timeout-minutes: 1
44
- run: state run preprocess -v
+ timeout-minutes: 2
+ run: VERBOSE=true state run preprocess -v
45
46
- # === Build Remote Installer ===
47
name: Build Remote Installer
0 commit comments