Skip to content

Commit

Permalink
Trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
donny-dont committed Nov 14, 2024
1 parent 951bb7e commit 40dd2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
id: libressl
if: steps.vcpkg.outcome == 'success'
continue-on-error: true
run: ./vcpkg.exe install libressl[tools] --overlay-ports ./WebKitRequirements/ports --triplet ${{ matrix.triplet }}
run: ./vcpkg.exe install libressl[tools] --triplet ${{ matrix.triplet }}
- name: Read libressl config
if: steps.libressl.outcome == 'success' || steps.libressl.outcome == 'failure'
continue-on-error: true
Expand Down

0 comments on commit 40dd2b1

Please sign in to comment.