Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
chris124567 committed Jan 4, 2024
1 parent 2819390 commit faa3507
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
branches:
- master
env:
CGO_ENABLED: 1

jobs:
test:
Expand All @@ -25,4 +27,6 @@ jobs:
- name: Test
uses: ./.github/actions/test
- name: Build
run: CGO_ENABLED=1 go install github.com/mattn/go-sqlite3 && go build -o bin/ ./cmd/explored
run: |
go install github.com/mattn/go-sqlite3
go build -o bin/ ./cmd/explored

0 comments on commit faa3507

Please sign in to comment.