Skip to content

Commit

Permalink
Use the same image for Windows build as curl-impersonate
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Feb 5, 2025
1 parent 58938c7 commit ba23e3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-13, macos-14, windows-2019]
os: [ubuntu-22.04, macos-13, macos-14, windows-latest]
steps:
- uses: actions/checkout@v4

Expand Down
1 change: 1 addition & 0 deletions scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def get_curl_libraries():
library_dirs=[arch["libdir"]],
source_extension=".c",
include_dirs=[
os.path.join(arch["libdir"], "include"), # for Windows
str(root_dir / "include"),
str(root_dir / "ffi"),
],
Expand Down

0 comments on commit ba23e3f

Please sign in to comment.