Skip to content

Commit

Permalink
[GitHub action] - Faster Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Mar 2, 2024
1 parent 770b70b commit cbb700b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Install dependencies
run: |
vcpkg install openssl curl
vcpkg install curl
- name: End vcpkg install
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Build
working-directory: ${{github.workspace}}/build
run: cmake --build . --config ${{matrix.buildmode}} --parallel 2
run: cmake --build . --config ${{matrix.buildmode}} --parallel 4

- name: Local Tests
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit cbb700b

Please sign in to comment.