Skip to content

Commit 15178b3

Browse files
authored
fix deps sudo
1 parent d727940 commit 15178b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/deployment.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
go-version: '1.22.0'
2323
cache: false #post setup fail in local runner , disable for now
2424

25-
- name: install deps
26-
run: |
27-
sudo apt-get update
28-
sudo apt-get -o Acquire::Retries=3 install make gcc git curl wget -y
25+
# - name: install deps
26+
# run: |
27+
# sudo apt-get update
28+
# sudo apt-get -o Acquire::Retries=3 install make gcc git curl wget -y
2929

3030
- name: Build
3131
env:

0 commit comments

Comments
 (0)