From cb8306d819cb69626c9971d3101aee63edd72a78 Mon Sep 17 00:00:00 2001 From: Oz Date: Wed, 1 Nov 2023 09:33:12 +0100 Subject: [PATCH] [Test-macOS] Fix action on macOS runner --- .github/actions/test_action/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test_action/action.yml b/.github/actions/test_action/action.yml index 59b7172b..83736a15 100644 --- a/.github/actions/test_action/action.yml +++ b/.github/actions/test_action/action.yml @@ -49,7 +49,7 @@ runs: - name: Build 7z.so for tests (Ubuntu) shell: bash - if: runner.os == 'Linux' && ${{ inputs.sevenzip_version != 16.02 }} + if: ${{ runner.os == 'Linux' && inputs.sevenzip_version != 16.02 }} run: | git clone --depth 1 https://github.com/rikyoz/7-Zip ${{ github.workspace }}/../7-zip git -C ${{ github.workspace }}/../7-zip fetch --tags