We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d727940 commit 15178b3Copy full SHA for 15178b3
.github/workflows/deployment.yml
@@ -22,10 +22,10 @@ jobs:
22
go-version: '1.22.0'
23
cache: false #post setup fail in local runner , disable for now
24
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
+ # - name: install deps
+ # run: |
+ # sudo apt-get update
+ # sudo apt-get -o Acquire::Retries=3 install make gcc git curl wget -y
29
30
- name: Build
31
env:
0 commit comments