Skip to content

Commit

Permalink
[Test-macOS] Fix action on macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rikyoz committed Nov 1, 2023
1 parent b80e410 commit cb8306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb8306d

Please sign in to comment.