Skip to content

Commit 2226c87

Browse files
authored
v0.21.1.alpha2 + build remarks (#603)
* v0.21.1.alpha2 * build rdkafka * dont cache due to cache poisoning
1 parent c56cc53 commit 2226c87

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/push.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,13 @@ jobs:
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@84684c07c1965536eb4802c8daf1a77968df0cb1 # v1.239.0
2828
with:
29-
bundler-cache: true
29+
bundler-cache: false
30+
31+
- name: Build rdkafka-ruby
32+
run: |
33+
set -e
34+
bundle install --jobs 4 --retry 3
35+
cd ext && bundle exec rake
3036
3137
# Release
3238
- uses: rubygems/release-gem@9e85cb11501bebc2ae661c1500176316d3987059 # v1

0 commit comments

Comments
 (0)