Skip to content

Commit

Permalink
skip cannot brew install on GitHub Actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiyo510 committed Sep 3, 2023
1 parent 5d8150a commit 88315ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
export HOMEBREW_BUNDLE_MAS_SKIP=$(brew bundle list --mas | paste -sd " " -)
${GITHUB_WORKSPACE}/setup.sh
env:
HOMEBREW_BUNDLE_BREW_SKIP: "go mono awscli golangci-lint jpeg"
HOMEBREW_BUNDLE_BREW_SKIP: "go mono awscli golangci-lint"
HOMEBREW_BUNDLE_CASK_SKIP: "docker"

- name: Run deploy
Expand Down

0 comments on commit 88315ac

Please sign in to comment.