Skip to content

Commit

Permalink
ci(win): ldflags/lib path
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 29, 2024
1 parent c93d3ce commit 7a378c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@ jobs:
with:
distribution: temurin
java-version: 17
- name: Set env flags
- name: Set LDFLAGS
run: |
"LDFLAGS=-L$env:TMP" >> $env:GITHUB_ENV
- name: Add pact_ffi lib location to path
run: |
"$env:TMP" >> $env:GITHUB_PATH
- name: Test (unit)
run: make test
Expand Down

0 comments on commit 7a378c0

Please sign in to comment.