Commit a17583a
committed
Remove redundant bash verification on Windows
The PowerShell script already verifies Quarto is available with
Get-Command. The bash check was redundant and failing because
GITHUB_PATH updates only take effect in subsequent steps, not
within the same step where the PATH is modified.1 parent 5f21211 commit a17583a
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | 102 | | |
109 | 103 | | |
110 | 104 | | |
| |||
0 commit comments