Skip to content

Commit

Permalink
hail mary
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppe-g-gelardi committed Nov 20, 2023
1 parent fc1a013 commit aeb6aa4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,15 @@ jobs:
- name: Download dependencies
run: go mod download

- name: Build
run: go build -v ./cmd/session
# - name: Build
# run: go build -v ./cmd/session

- name: Build and Install
run: |
go install ./cmd/session
mv $GOPATH/bin/session /usr/local/bin/session
- name: Display Go version and installed binary path
run: |
go version
echo $GOPATH/bin/session

0 comments on commit aeb6aa4

Please sign in to comment.