summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner <sebastian@swsnr.de>2019-09-06 17:21:56 +0200
committerSebastian Wiesner <sebastian@swsnr.de>2019-09-06 17:21:56 +0200
commitad6f285ce351802e7814e47043ea9664c764a2a4 (patch)
tree860cae5038f7fc5dc8e133523c12923a67f6bdb1
parent5bccc77edd393748f958d1eedcbffabada02b756 (diff)
Properly setup musl target
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5f24142..94c0415 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,6 +46,10 @@ jobs:
with:
rust-version: stable
- uses: actions/checkout@v1
+ - name: Install musl tools
+ run: sudo apt-get install musl-tools
+ - name: Setup target
+ run: rustup target add ${{ matrix.build.target }}
- name: Test
run: cargo test --target ${{ matrix.build.target }} ${{ matrix.build.flags }}
- name: Format sample