Skip to content

Commit 3db3991

Browse files
authored
ci: attempt to speed up ci (#1569)
* ci: attempt to speed up ci * revert
1 parent 6e52bd5 commit 3db3991

File tree

1 file changed

+6
-6
lines changed
  • packages/gapic-generator/.github/workflows

1 file changed

+6
-6
lines changed

packages/gapic-generator/.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Install system dependencies.
6161
run: |
6262
sudo apt-get update
63-
sudo apt-get install -y curl pandoc unzip gcc
63+
sudo apt-get install -y curl pandoc unzip
6464
- name: Install showcase
6565
run: |
6666
sudo mkdir -p /usr/src/showcase
@@ -105,7 +105,7 @@ jobs:
105105
- name: Install system dependencies.
106106
run: |
107107
sudo apt-get update
108-
sudo apt-get install -y curl pandoc unzip gcc
108+
sudo apt-get install -y curl pandoc unzip
109109
- name: Install nox.
110110
run: python -m pip install nox
111111
- name: Install protoc.
@@ -144,7 +144,7 @@ jobs:
144144
- name: Install system dependencies.
145145
run: |
146146
sudo apt-get update
147-
sudo apt-get install -y curl pandoc unzip gcc
147+
sudo apt-get install -y curl pandoc unzip
148148
- name: Install protoc.
149149
run: |
150150
sudo mkdir -p /usr/src/protoc/
@@ -169,7 +169,7 @@ jobs:
169169
- name: Install system dependencies.
170170
run: |
171171
sudo apt-get update
172-
sudo apt-get install -y curl pandoc unzip gcc
172+
sudo apt-get install -y curl pandoc unzip
173173
- name: Install protoc.
174174
run: |
175175
sudo mkdir -p /usr/src/protoc/
@@ -197,7 +197,7 @@ jobs:
197197
- name: Install system dependencies.
198198
run: |
199199
sudo apt-get update
200-
sudo apt-get install -y curl pandoc unzip gcc
200+
sudo apt-get install -y curl pandoc unzip
201201
- name: Install protoc.
202202
run: |
203203
sudo mkdir -p /usr/src/protoc/
@@ -222,7 +222,7 @@ jobs:
222222
- name: Install system dependencies.
223223
run: |
224224
sudo apt-get update
225-
sudo apt-get install -y curl pandoc unzip gcc
225+
sudo apt-get install -y curl pandoc unzip
226226
- name: Install nox.
227227
run: python -m pip install nox
228228
- name: Check autogenerated snippets.

0 commit comments

Comments
 (0)