Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Jan 8, 2025
1 parent bc7fcc1 commit 92a158a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: '1.20'

- name: Tidy Package
run: cd ./server && go mod tidy
run: cd ./server && go mod tidy && cd ../

- name: Build Package
run: GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./server/source/main.go

0 comments on commit 92a158a

Please sign in to comment.