mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Fixed typo.
This commit is contained in:
2
.github/workflows/UnitTesting.yml
vendored
2
.github/workflows/UnitTesting.yml
vendored
@@ -275,7 +275,7 @@ jobs:
|
||||
# Before scripts
|
||||
|
||||
- name: 🍎 macOS before scripts
|
||||
if: matrix.system == 'ubuntu' && inputs.macos_before_script != ''
|
||||
if: matrix.system == 'macos' && inputs.macos_before_script != ''
|
||||
run: ${{ inputs.macos_before_script }}
|
||||
|
||||
- name: 🐧 Ubuntu before scripts
|
||||
|
||||
Reference in New Issue
Block a user