mirror of
https://github.com/pezkuwichain/pez-minimal-template.git
synced 2026-04-22 03:18:01 +00:00
removed invalid workflow
This commit is contained in:
@@ -70,8 +70,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
steps:
|
steps:
|
||||||
- run: echo "Running on ${{ matrix.os }}. Is it MACOS? $MACOS"
|
|
||||||
if: ${{ matrix.os == "macos-latest" }}
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: brew install docker
|
- run: brew install docker
|
||||||
if: contains("${{ matrix.os }}", "macos")
|
if: contains("${{ matrix.os }}", "macos")
|
||||||
|
|||||||
Reference in New Issue
Block a user