Support musl.

This commit is contained in:
Miles Johnson 2023-08-01 14:56:40 -07:00
parent ff53ffe218
commit f15a249d24
4 changed files with 32 additions and 4 deletions

View file

@ -22,7 +22,8 @@
"@actions/glob": "^0.4.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@ltd/j-toml": "^1.38.0"
"@ltd/j-toml": "^1.38.0",
"detect-libc": "^2.0.2"
},
"devDependencies": {
"@types/node": "^18.15.11",