From c52bd8354cfcfede67b89a959061b130b66f4efb Mon Sep 17 00:00:00 2001 From: ko1N Date: Fri, 1 Jan 2021 03:02:45 +0100 Subject: [PATCH] Changed macports installation --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3900f05..91fc03f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,12 +40,15 @@ jobs: run: cargo build --workspace --examples --verbose build-macos: - runs-on: macOS-10.14 + runs-on: macos-latest steps: - uses: actions/checkout@v2 with: submodules: 'true' - - uses: keepitsimpletech/actions/setup-macports@setup-macports/releases/v1 + - name: install macports + run: | + curl -LO https://raw.githubusercontent.com/GiovanniBussi/macports-ci/master/macports-ci + source ./macports-ci install - name: install libusb-1.0 run: sudo port -vs install libusb libusb-devel - name: build