Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Jan 17, 2025
1 parent 92a8f5d commit fd399ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
cache-dependency-path: runtime/go.sum
- name: Build Runtime
working-directory: runtime
run: go build
run: go build ${{ matrix.os == 'windows' && '-ldflags "-checklinkname=0"' || '' }}

0 comments on commit fd399ab

Please sign in to comment.