aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-29 13:08:42 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-29 13:08:42 -0400
commit97a4f80300fceda1a904a8b84592a9536fd648a0 (patch)
tree9c500eac2717d8554c24d092f56e81d845b0eb2d
parent65976900df31c8396e8d7556f78c54f0e19eee09 (diff)
downloadrbw-97a4f80300fceda1a904a8b84592a9536fd648a0.tar.gz
rbw-97a4f80300fceda1a904a8b84592a9536fd648a0.zip
install the musl toolchain for the musl build test
-rw-r--r--.github/workflows/tests.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index b1629b4..0eefae0 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -22,6 +22,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
+ target: x86_64-unknown-linux-musl
- uses: actions-rs/cargo@v1
with:
command: build