[CI] Change epsilon-sdk tap url

This commit is contained in:
Yaya-Cout
2022-07-01 08:42:15 +00:00
committed by GitHub
parent 754c8a82eb
commit 9516607aba

View File

@@ -265,7 +265,7 @@ jobs:
if: github.event.inputs.triggerMacos == 'yes' || github.event.inputs.triggerMacos == ''
runs-on: macOS-latest
steps:
- run: brew install numworks/tap/epsilon-sdk
- run: brew install Yaya-Cout/tap/epsilon-sdk
- uses: actions/checkout@v2
with:
submodules: 'recursive'
@@ -280,7 +280,7 @@ jobs:
if: github.event.inputs.triggerIos == 'yes' || github.event.inputs.triggerIos == ''
runs-on: macOS-latest
steps:
- run: brew install numworks/tap/epsilon-sdk
- run: brew install Yaya-Cout/tap/epsilon-sdk
- uses: actions/checkout@v2
with:
submodules: 'recursive'