Skip to content

Commit

Permalink
Fixed build (#3872)
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Nov 4, 2024
1 parent da720a5 commit 7e03121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: Linux Build All Arches
on:
pull_request:
types: [closed]
# branches:
# - master
branches:
- master

jobs:
build:
Expand Down Expand Up @@ -36,7 +36,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'

- name: npm install gui
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/musl.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Only trigger when a PR is committed.
name: Linux Build Musl Static
#on: [pull_request]
on:
pull_request:
types: [closed]
Expand Down Expand Up @@ -39,7 +40,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'

- name: npm install gui
run: |
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,4 @@ replace github.com/alecthomas/chroma => github.com/Velocidex/chroma v0.6.8-0.202

replace github.com/go-errors/errors => github.com/Velocidex/errors v0.0.0-20221019164655-9ace6bf61e26

// replace github.com/bradleyjkemp/sigma-go => github.com/Velocidex/sigma-go v0.0.0-20240505024531-e8ce54ec3aed

//replace github.com/bradleyjkemp/sigma-go => ../sigma-go

0 comments on commit 7e03121

Please sign in to comment.