From f2bf7f4073068656d18633a1d7e7a252a2ab67ee Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Wed, 9 Nov 2022 09:33:19 -0800 Subject: [PATCH] Set executable on mac too --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0843edf..a016630 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,6 +134,8 @@ jobs: - uses: actions/download-artifact@v3 with: name: harmonic-x86_64-darwin + - name: Set executable + run: chmod +x ./harmonic - name: Initial install run: sudo RUST_LOG=harmonic=trace RUST_BACKTRACE=full ./harmonic install darwin-multi --no-confirm - name: Test run