Skip to content

Commit

Permalink
Test go
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-the-arcane committed Aug 10, 2023
1 parent 421ebbc commit c2bdc89
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
run:
shell: bash
steps:
- name: Test gcc
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.0'
- name: Test go
run: |
gcc --version
go -v

0 comments on commit c2bdc89

Please sign in to comment.