Skip to content

Commit

Permalink
one of these will work
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-g-gelardi committed Nov 20, 2023
1 parent f8965a6 commit 017dec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Build
run: go build -v ./cmd/session

- name: Build and Install
- name: Install
run: |
go install ./cmd/session
go install -v -trimpath -ldflags="-s -w" ./cmd/session
mv $GOPATH/bin/session /usr/local/bin/session
- name: Display Go version and installed binary path
Expand Down

0 comments on commit 017dec9

Please sign in to comment.