Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
linomp committed Aug 10, 2024
1 parent fb1ff27 commit eb918f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: build

on:
push:
Expand All @@ -19,4 +19,4 @@ jobs:
go-version: '1.22.5'

- name: Build
run: cd src && go mod tidy && go build -v
run: cd go && go mod tidy && go build -v

0 comments on commit eb918f0

Please sign in to comment.