From 6e333c1fd1d7c560827d297fd6f8d5aae18e22f0 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Wed, 24 Feb 2021 09:26:15 +0000 Subject: [PATCH] fix macos and mingw --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1e67c01..cc9fea54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,10 @@ jobs: runs-on: ${{ matrix.target.os }} steps: + - uses: Setup Routing + if: matrix.target.os == 'macos-latest' + run: sudo ifconfig lo0 alias 127.0.0.3 + - uses: actions/checkout@v2 - name: Install ${{ matrix.version }} @@ -70,6 +74,7 @@ jobs: args: --workspace --bins --examples --tests - name: tests + if: matrix.target.triple != 'x86_64-pc-windows-gnu' uses: actions-rs/cargo@v1 with: command: test