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 b0ab8e0 commit 5c10a32Copy full SHA for 5c10a32
.github/workflows/main.yml
@@ -32,6 +32,7 @@ jobs:
32
uses: actions/checkout@v1
33
- name: bundle
34
run: |
35
+ apt-get update
36
apt-get install -y cmake
37
bundle install --jobs 4 --retry 3 --without='' --no-prune --path vendor/bundle --local
38
bundle binstubs --all --force
0 commit comments