Skip to content

Commit 34b7885

Browse files
authored
apt-get install -y
1 parent 351a239 commit 34b7885

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -32,7 +32,7 @@ jobs:
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
@@ -53,7 +53,7 @@ jobs:
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
@@ -71,7 +71,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)