We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306d129 commit 00f77c3Copy full SHA for 00f77c3
.github/workflows/checks.yml
@@ -95,7 +95,7 @@ jobs:
95
run: brew bundle --no-upgrade --file=Brewfile
96
97
- name: Self-install
98
- run: go run main.go install
+ run: go run bootstrap.go
99
100
- name: Parallelism check
101
run: stave parallelismcheck
.github/workflows/release.yml
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
110
0 commit comments