We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c5817 commit 9e77a6bCopy full SHA for 9e77a6b
.github/workflows/linux-test.yaml
@@ -31,8 +31,7 @@ jobs:
31
run: |
32
sudo apt update
33
sudo apt -V install libcap-ng-dev
34
- gem install bundler -v 2.2.27
35
- bundle _2.2.27_ install
+ bundle install
36
- name: setup linux capability (cap_dac_read_search=+eip)
37
run: sudo setcap cap_dac_read_search=+eip $(command -v ruby)
38
if: ${{ matrix.capability }}
0 commit comments