CI: install git and ca-certificates for VCS module fetch
Some checks failed
CI / build (push) Failing after 8m34s
Some checks failed
CI / build (push) Failing after 8m34s
This commit is contained in:
@@ -11,10 +11,10 @@ jobs:
|
||||
env:
|
||||
GOPROXY: direct
|
||||
steps:
|
||||
- name: Install Node.js (required for GitHub Actions)
|
||||
- name: Install system dependencies (Node.js, Git)
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y nodejs
|
||||
apt-get install -y nodejs git ca-certificates
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
|
||||
Reference in New Issue
Block a user