Skip to content

Commit

Permalink
debug with tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Oct 18, 2023
1 parent 2ae59f9 commit 486eeb5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.x # Use the desired Go version
go-version: 1.20 # Use the desired Go version

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build cvemap
run: go build -o cvemap.exe main.go
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.x # Use the desired Go version
go-version: 1.20 # Use the desired Go version

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build cvemap
run: go build -o cvemap main.go
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit 486eeb5

Please sign in to comment.