Skip to content

Commit

Permalink
not finding pybindgen but looks like longlong worked.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcoreilly committed May 3, 2024
1 parent 5fb6831 commit b735a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build_script:
- "%CPYTHON3DIR%\\python --version"
- "%CPYTHON3DIR%\\python -m pip install --upgrade pip"
- "%CPYTHON3DIR%\\python -m pip install cffi"
- "%CPYTHON3DIR%\\python -m pip install pybindgen"
- "%CPYTHON3DIR%\\python -m pip install --user -U pybindgen"
- go version
- go env
- go get -v -t ./...
Expand Down

0 comments on commit b735a58

Please sign in to comment.