From 97a4f80300fceda1a904a8b84592a9536fd648a0 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 29 Jul 2023 13:08:42 -0400 Subject: install the musl toolchain for the musl build test --- .github/workflows/tests.yaml | 1 + 1 file changed, 1 insertion(+) (limited to '.github') 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 -- cgit v1.2.3-54-g00ecf