Skip to content

Commit

Permalink
echo golang version in ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmpr committed Nov 24, 2024
1 parent c0c8424 commit 33127aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ jobs:
run: |
cd assets
mkdir dist
# show the version of golang for debugging
go version
./setup
- name: Build desktop assets
Expand Down

0 comments on commit 33127aa

Please sign in to comment.