Skip to content

Commit 9dddb5d

Browse files
committed
fix: allow windows-amd64
Signed-off-by: Sam Gammon <[email protected]>
1 parent 90e7b41 commit 9dddb5d

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

dist/index.js.cache

0 Bytes
Binary file not shown.

dist/index.js.cache.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ export function notSupported(options: ElideSetupActionOptions): null | Error {
7070
case 'linux-aarch64':
7171
case 'darwin-aarch64':
7272
case 'darwin-amd64':
73+
case 'windows-amd64':
7374
return null
7475
default:
7576
core.error(`Platform is not supported: ${spec}`)

0 commit comments

Comments
 (0)