Skip to content

Commit

Permalink
chatgpt recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jul 20, 2023
1 parent 8fe4bee commit 513cea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ jobs:
- run: go run demo.go
working-directory: examples/go
env:
CGO_LDFLAGS: -L${{ github.workspace }}\dist\debug -lwindows
CGO_LDFLAGS: -L${{ github.workspace }}\dist\debug -lmingwex -lbcrypt -luserenv -lntdll -lws2_32
CGO_CFLAGS: -I${{ github.workspace }}\sqlite
upload_test_pypi:
if: ${{ contains(github.event.head_commit.message, '@test_pypi') }}
Expand Down

0 comments on commit 513cea8

Please sign in to comment.