File tree 7 files changed +1
-24
lines changed
7 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 30
30
uses : arduino/setup-protoc@v1
31
31
with :
32
32
version : " 3.x"
33
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
33
34
- name : Set environment variables appropriately for the build
34
35
run : |
35
36
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
Original file line number Diff line number Diff line change 72
72
run : |
73
73
rustup component add rustfmt
74
74
rustup component add clippy
75
- - name : Install Protoc
76
- uses : arduino/setup-protoc@v1
77
- with :
78
- version : ' 3.x'
79
75
- name : Run the centos check within the docker image
80
76
run : |
81
77
docker run \
Original file line number Diff line number Diff line change 98
98
echo "DOCKER=$DOCKER" >> $GITHUB_ENV
99
99
- name : Fetch the docker
100
100
run : bash ci/fetch-rust-docker.bash "${TARGET}"
101
- - name : Install Protoc
102
- uses : arduino/setup-protoc@v1
103
- with :
104
- version : ' 3.x'
105
101
- name : Maybe build a docker from there
106
102
run : |
107
103
if [ -f "ci/docker/$DOCKER/Dockerfile" ]; then
Original file line number Diff line number Diff line change 92
92
echo "DOCKER=$DOCKER" >> $GITHUB_ENV
93
93
- name : Fetch the docker
94
94
run : bash ci/fetch-rust-docker.bash "${TARGET}"
95
- - name : Install Protoc
96
- uses : arduino/setup-protoc@v1
97
- with :
98
- version : ' 3.x'
99
95
- name : Maybe build a docker from there
100
96
run : |
101
97
if [ -f "ci/docker/$DOCKER/Dockerfile" ]; then
Original file line number Diff line number Diff line change @@ -122,10 +122,6 @@ jobs:
122
122
echo "DOCKER=$DOCKER" >> $GITHUB_ENV
123
123
- name : Fetch the docker
124
124
run : bash ci/fetch-rust-docker.bash "${TARGET}"
125
- - name : Install Protoc
126
- uses : arduino/setup-protoc@v1
127
- with :
128
- version : ' 3.x'
129
125
- name : Maybe build a docker from there
130
126
run : |
131
127
if [ -f "ci/docker/$DOCKER/Dockerfile" ]; then
Original file line number Diff line number Diff line change 72
72
run : |
73
73
rustup component add rustfmt
74
74
rustup component add clippy
75
- - name : Install Protoc
76
- uses : arduino/setup-protoc@v1
77
- with :
78
- version : ' 3.x'
79
75
- name : Run the centos check within the docker image
80
76
run : |
81
77
docker run \
Original file line number Diff line number Diff line change @@ -131,10 +131,6 @@ jobs:
131
131
echo "DOCKER=$DOCKER" >> $GITHUB_ENV
132
132
- name : Fetch the docker
133
133
run : bash ci/fetch-rust-docker.bash "${TARGET}"
134
- - name : Install Protoc
135
- uses : arduino/setup-protoc@v1
136
- with :
137
- version : ' 3.x'
138
134
- name : Maybe build a docker from there
139
135
run : |
140
136
if [ -f "ci/docker/$DOCKER/Dockerfile" ]; then
You can’t perform that action at this time.
0 commit comments