Skip to content

Commit

Permalink
strange
Browse files Browse the repository at this point in the history
  • Loading branch information
danbrakeley committed Jun 28, 2024
1 parent 8d8fee5 commit 4f00b84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- run: "echo $CC"
shell: bash
- run: "which $CC"
shell: bash
- run: "which gcc"
shell: bash
- run: "echo $PATH"
- run: 'echo "$PATH"'
shell: bash
- run: ./build.sh
shell: bash
Expand Down

0 comments on commit 4f00b84

Please sign in to comment.