Skip to content

Commit

Permalink
Refactored XTOP
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Dec 2, 2024
1 parent 6ae9d86 commit ed8fba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install CMake
run: choco install cmake --version 3.31.0 --installargs 'ADD_CMAKE_TO_PATH=System' --no-progress
run: choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --no-progress

- name: Install dependencies
run: choco install openssl --no-progress
Expand Down

0 comments on commit ed8fba4

Please sign in to comment.