From f4977bba11c7416657f5f60a40f617af2614681c Mon Sep 17 00:00:00 2001 From: Ken Matsui <26405363+ken-matsui@users.noreply.github.com> Date: Sat, 28 Nov 2020 20:06:54 +0900 Subject: [PATCH] Support moving toml11 formula into poacpm/homebrew-tap --- .github/workflows/coverage.yml | 2 +- .github/workflows/macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e54977f1a..51b33bbea 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Install libgit2 & toml11 - run: brew install libgit2 poacpm/toml11/toml11 + run: brew install libgit2 poacpm/tap/toml11 - name: Build Poac run: | mkdir build diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9cd39272c..e833b3e22 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Install libgit2 & toml11 - run: brew install libgit2 poacpm/toml11/toml11 + run: brew install libgit2 poacpm/tap/toml11 - name: Build Poac run: | mkdir build