mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-04-15 20:17:15 +02:00
Re-enable go and zig actions in codeql pipeline (#990)
This was causing the builds for the javascript-typescript job to actually run longer because Go was still required to generate the bindings
This commit is contained in:
parent
e0ad873b45
commit
b8e03e9628
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
@ -65,16 +65,14 @@ jobs:
|
||||
corepack enable
|
||||
yarn install
|
||||
|
||||
- name: Setup Go (Go only)
|
||||
if: matrix.language == 'go'
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ${{env.GO_VERSION}}
|
||||
cache-dependency-path: |
|
||||
go.sum
|
||||
# We use Zig instead of glibc for cgo compilation as it is more-easily statically linked
|
||||
- name: Setup Zig (Go only)
|
||||
if: matrix.language == 'go'
|
||||
- name: Setup Zig
|
||||
run: sudo snap install zig --classic --beta
|
||||
|
||||
# Initializes the CodeQL tools for scanning.
|
||||
|
Loading…
Reference in New Issue
Block a user