Skip to content

Commit b735a58

Browse files
committed
not finding pybindgen but looks like longlong worked.
1 parent 5fb6831 commit b735a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build_script:
2727
- "%CPYTHON3DIR%\\python --version"
2828
- "%CPYTHON3DIR%\\python -m pip install --upgrade pip"
2929
- "%CPYTHON3DIR%\\python -m pip install cffi"
30-
- "%CPYTHON3DIR%\\python -m pip install pybindgen"
30+
- "%CPYTHON3DIR%\\python -m pip install --user -U pybindgen"
3131
- go version
3232
- go env
3333
- go get -v -t ./...

0 commit comments

Comments
 (0)