Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jan 26, 2024
1 parent e4d81b0 commit 15cb1a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
- uses: kevincobain2000/action-gobrew@v2
with:
version: ${{ matrix.go-version }}
- name: Build
run: go build main.go

# setup node
- name: Setup Node
uses: actions/setup-node@v2
Expand All @@ -35,3 +32,6 @@ jobs:
run: |
npm install
npm run build
- name: Build
run: go build main.go

0 comments on commit 15cb1a3

Please sign in to comment.