File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 - name : bundle
1313 run : |
1414 apt-get update
15- apt-get install cmake
15+ apt-get install -y cmake
1616 bundle install --jobs 4 --retry 3
1717 bundle binstubs puppet rake rspec-core rubocop parallel_tests
1818 - name : rspec
3232 uses : actions/checkout@v1
3333 - name : bundle
3434 run : |
35- sudo apt-get install cmake
35+ sudo apt-get install -y cmake
3636 bundle install --jobs 4 --retry 3
3737 bundle binstubs puppet rake rspec-core rubocop parallel_tests
3838 - name : spec
5353 - name : bundle
5454 run : |
5555 apt-get update
56- apt-get install cmake
56+ apt-get install -y cmake
5757 bundle install --jobs 4 --retry 3
5858 bundle binstubs puppet rake rspec-core rubocop parallel_tests
5959 - name : rspec
7171 - name : bundle
7272 run : |
7373 apt-get update
74- apt-get install cmake
74+ apt-get install -y cmake
7575 bundle install --jobs 4 --retry 3
7676 bundle binstubs puppet rake rspec-core rubocop parallel_tests
7777 - name : rubocop
8989 - name : bundle
9090 run : |
9191 apt-get update
92- apt-get install cmake
92+ apt-get install -y cmake
9393 bundle install --jobs 4 --retry 3
9494 bundle binstubs puppet rake rspec-core rubocop parallel_tests
9595 - name : rubocop
You can’t perform that action at this time.
0 commit comments