Update webkit commit - vendor pull webkit #106
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: IncludeJS | |
on: | |
push: | |
jobs: | |
test: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: cmake --version | |
- uses: ilammy/msvc-dev-cmd@v1 | |
- run: curl -L --output WebKitRequirementsWin64.zip https://github.com/WebKitForWindows/WebKitRequirements/releases/download/v2024.02.05/WebKitRequirementsWin64.zip | |
- run: mkdir build2 | |
- run: Expand-Archive -Force WebKitRequirementsWin64.zip build2/WebKitLibraries | |
- run: ls build2/WebKitLibraries | |
- run: nmake webkit |