mirror of
https://github.com/actions/setup-java.git
synced 2026-07-08 14:21:50 +00:00
fully removed alpine
This commit is contained in:
parent
1f4d6b3489
commit
a8f7bcc45a
@ -1,3 +1,3 @@
|
|||||||
/* eslint @typescript-eslint/no-unused-vars: "off" -- There is a bug with this rule, it's not working properly with types */
|
/* eslint @typescript-eslint/no-unused-vars: "off" -- There is a bug with this rule, it's not working properly with types */
|
||||||
type OsVersions = 'alpine' | 'linux' | 'macos' | 'windows';
|
type OsVersions = 'linux' | 'macos' | 'windows';
|
||||||
type ArchiveType = 'tar.gz' | 'zip';
|
type ArchiveType = 'tar.gz' | 'zip';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user