diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 3d7cef9ab..33632514b 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -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'