Skip to content

Commit

Permalink
ci(win): correct cgo ldpath
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Jun 29, 2024
1 parent 5965a55 commit da579a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
java-version: 17
- name: Set CGO_LDFLAGS
run: |
"CGO_LDFLAGS=$env:TMP" >> $env:GITHUB_ENV
"CGO_LDFLAGS=-L$env:TMP" >> $env:GITHUB_ENV
- name: Add pact_ffi lib location to path
run: |
"$env:TMP" >> $env:GITHUB_PATH
Expand All @@ -153,4 +153,4 @@ jobs:
- name: Test (unit)
run: make test
- name: Test (pact)
run: make pact_local
run: make pact_local

0 comments on commit da579a6

Please sign in to comment.