Commit cf5b39e
Remove redundant unconditional setup-stackql step
stackql-assert ran setup-stackql on every invocation and then called
stackql-exec, which already performs a guarded, reuse-if-present install.
The extra setup step re-downloaded the binary each time, and when it ran
after a workflow flipped the releases "latest" pointer it could 404.
Drop the redundant step; setup is handled by stackql-exec. The Check
Results step needs no stackql binary.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 61a59c1 commit cf5b39e
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
| |||
0 commit comments