Skip to content

Commit

Permalink
Merge pull request #533 from Homebrew/pre-build-fix-again
Browse files Browse the repository at this point in the history
pre-build: fix workflow failures (again)
  • Loading branch information
carlocab committed Apr 27, 2024
2 parents 7dd2c6c + 9a31983 commit 32917d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pre-build/action.yml
Expand Up @@ -40,8 +40,8 @@ runs:
cache_key_prefix="${macos_version}-${arch}"
fi
echo "cache_key_prefix=${cache_key_prefix}" >> "$GITHUB_ENV"
echo "macos_version=${macos_version}" >> "$GITHUB_OUTPUT"
echo "arch=${arch}" >> "$GITHUB_OUTPUT"
echo "macos_version=${macos_version:-}" >> "$GITHUB_OUTPUT"
echo "arch=${arch:-}" >> "$GITHUB_OUTPUT"
- name: Cache Homebrew Bundler RubyGems
id: cache
Expand Down

0 comments on commit 32917d4

Please sign in to comment.