Skip to content

Commit

Permalink
Merge pull request #207 from poacpm/move/toml11
Browse files Browse the repository at this point in the history
Support moving toml11 formula into poacpm/homebrew-tap
  • Loading branch information
ken-matsui authored Nov 28, 2020
2 parents 2b1317c + f4977bb commit 5beabf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5beabf6

Please sign in to comment.