Skip to content

Commit

Permalink
focus in on what I care about
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrakeley committed Jun 28, 2024
1 parent b8dece9 commit 8d8fee5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: "dir c:\\hostedtoolcache\\windows\\"
shell: cmd
- run: "echo $CC"
shell: bash
- run: "which $CC"
shell: bash
- run: "which gcc"
shell: bash
- run: "echo $PATH"
shell: bash
- run: ./build.sh
shell: bash
- run: cp LICENSE.txt output/
Expand Down

0 comments on commit 8d8fee5

Please sign in to comment.