Skip to content

Commit

Permalink
fix windows CI appempt 13 of ~1000
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlSpice committed Feb 16, 2025
1 parent a81401c commit abe3b8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
choco install duckdb
# Add MinGW to PATH
echo "C:\ProgramData\mingw64\mingw64\bin" >> $env:GITHUB_PATH
# Set environment variables for CGO
echo "CGO_ENABLED=1" >> $env:GITHUB_ENV
Expand Down

0 comments on commit abe3b8d

Please sign in to comment.