Skip to content

Commit

Permalink
pre-build: fix workflow failures (again)
Browse files Browse the repository at this point in the history
For real this time.
  • Loading branch information
carlocab committed Apr 27, 2024
1 parent 7dd2c6c commit 9a31983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pre-build/action.yml
Original file line number Diff line number Diff line change
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 9a31983

Please sign in to comment.