Skip to content

Commit

Permalink
Remove installing bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Jan 13, 2025
1 parent c7a1fb0 commit bcbe42f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
env:
CI: true
run: |
gem install bundler rake
bundle install --jobs 4 --retry 3
bundle exec rake
1 change: 0 additions & 1 deletion ci/apt-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ apt install -V -y lsb-release
apt install -V -y ruby-dev git build-essential pkg-config
apt install -V -y libcap-ng-dev
cd /capng && \
gem install bundler --no-document && \
bundle install && \
bundle exec rake
2 changes: 1 addition & 1 deletion ci/yum-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ if [ $USE_SCL -eq 1 ]; then
export MANPATH=
cd /capng && source /opt/rh/rh-ruby26/enable && gem install bundler --no-document && bundle install && bundle exec rake
else
cd /capng && gem install bundler --no-document && bundle install && bundle exec rake
cd /capng && bundle install && bundle exec rake
fi

0 comments on commit bcbe42f

Please sign in to comment.