File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ jobs:
256
256
pushd /tmp/proto
257
257
curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protoc-23.4-linux-x86_64.zip
258
258
unzip protoc.zip
259
- cp -r ./bin/* /usr/local/bin
260
- cp -r ./include /usr/local/bin/include
259
+ sudo cp -r ./bin/* /usr/local/bin
260
+ sudo cp -r ./include /usr/local/bin/include
261
261
popd
262
262
263
263
- name : make gen
@@ -875,8 +875,8 @@ jobs:
875
875
pushd /tmp/proto
876
876
curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v23.4/protoc-23.4-linux-x86_64.zip
877
877
unzip protoc.zip
878
- cp -r ./bin/* /usr/local/bin
879
- cp -r ./include /usr/local/bin/include
878
+ sudo cp -r ./bin/* /usr/local/bin
879
+ sudo cp -r ./include /usr/local/bin/include
880
880
popd
881
881
882
882
- name : Setup Go
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ jobs:
420
420
curl -fsSL "$URL" -o "${DEST}"
421
421
chmod +x "${DEST}"
422
422
"${DEST}" version
423
- mv "${DEST}" /usr/local/bin/coder
423
+ sudo mv "${DEST}" /usr/local/bin/coder
424
424
425
425
- name : Create first user
426
426
if : needs.get_info.outputs.NEW == 'true' || github.event.inputs.deploy == 'true'
You can’t perform that action at this time.
0 commit comments