Skip to content

Commit

Permalink
musl: add all musl lang targets
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 27, 2024
1 parent a316cb8 commit 2ab0e40
Showing 1 changed file with 30 additions and 29 deletions.
59 changes: 30 additions & 29 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,38 @@ jobs:
strategy:
matrix:
language: [
# haskell,
# ada,
# perl,
# php,
# python,
haskell,
ada,
perl,
php,
python,
ruby,
# raku,
# racket,
# julia,
# deno,
# csharp,
# bun,
# bun,
# zig,
# dart,
# c,
# swift,
# lua,
# scala_native,
# scala,
# nim,
# visual_basic,
# go,
# js,
# kotlin,
# ocaml,
# tcl,
# java,
# java_panama
raku,
racket,
julia,
deno,
csharp,
bun,
bun,
zig,
dart,
c,
swift,
lua,
scala_native,
scala,
nim,
visual_basic,
go,
js,
kotlin,
ocaml,
tcl,
java,
java_panama
]
arch: [arm64, amd64]
arch: [amd64]
# arch: [arm64, amd64]
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 2ab0e40

Please sign in to comment.