Skip to content

Commit f7fa7c7

Browse files
committed
Revert "Trigger a failure to check windows installation"
This reverts commit a144809.
1 parent a144809 commit f7fa7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
version: ${{ inputs.version && fromJSON(format('["{0}"]', inputs.version)) || fromJSON('["release", "pre-release", "1.8.25", "0.0.1"]') }}
32+
version: ${{ inputs.version && fromJSON(format('["{0}"]', inputs.version)) || fromJSON('["release", "pre-release", "1.8.25"]') }}
3333
config:
3434
# Default config for standard platforms
3535
- os: macos-latest

0 commit comments

Comments
 (0)