diff options
author | Carpenter, Adam (CORP) <Adam.Carpenter@adp.com> | 2021-10-12 16:35:58 -0400 |
---|---|---|
committer | Carpenter, Adam (CORP) <Adam.Carpenter@adp.com> | 2021-10-12 16:35:58 -0400 |
commit | f41063d899116a6de5a3d005d37b0b007fba6f7f (patch) | |
tree | 91bc966f7723ceafd274bba83b73030f1641f918 /.github/workflows | |
parent | 09bafe67addb1663ad9edf19c61cd809a2945273 (diff) | |
download | altruistic-angelshark-f41063d899116a6de5a3d005d37b0b007fba6f7f.tar.xz altruistic-angelshark-f41063d899116a6de5a3d005d37b0b007fba6f7f.zip |
ci: do not build for musl libc
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5cf42ec..9ae5ca8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,10 +16,6 @@ jobs: target: x86_64-unknown-linux-gnu use-cross: false - - os: ubuntu-latest - target: x86_64-unknown-linux-musl - use-cross: false - - os: windows-latest target: x86_64-pc-windows-msvc use-cross: false |