Skip to content

Commit

Permalink
clean ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cpunion committed Nov 19, 2024
1 parent ff21a5d commit 8d70e0f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,17 +72,6 @@ jobs:
with:
python-version: '3.13'
update-environment: true

- name: Test PKG_CONFIG_PATH
if: matrix.sys.os == 'windows-latest'
run: |
echo on
dir /c/hostedtoolcache/windows/Python/3.13.0/x64/
dir /c/hostedtoolcache/windows/Python/3.13.0/x64/lib
dir /c/hostedtoolcache/windows/Python/3.13.0/x64/lib/pkgconfig
echo $PKG_CONFIG_PATH
pkg-config --libs python-3.13-embed
pkg-config --libs python3-embed

- name: Build
run: go install -v ./...
Expand Down

0 comments on commit 8d70e0f

Please sign in to comment.