Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Oct 31, 2023
1 parent fe0b4bc commit de40be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# on Windows, we rely on vcpkg to pull in dependencies
shell: bash
run: |
vcpkg install --triplet x64-windows rapidjson curl[ssl]
vcpkg install rapidjson curl[ssl] --triplet x64-windows

Check failure on line 33 in .github/workflows/cmake.yml

View workflow job for this annotation

GitHub Actions / MegaLinter

33:66 [trailing-spaces] trailing spaces
- name: Install dependencies (Linux)
if: ${{ (matrix.OS == 'ubuntu-latest') }}
Expand Down

0 comments on commit de40be7

Please sign in to comment.