Skip to content

Commit

Permalink
workflows vcpkg added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Apr 18, 2024
1 parent 8354df4 commit ec4317e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vcpkg-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,9 @@ jobs:
# VcpkgManifest method (no install or deployment)
# ---

# I don't need to use set(VCPKG_USE_HEAD_VERSION ON) and set HEAD_REF because I'm using
# Edit-VcpkgRefAndHash a few steps above to correctly set RED and SHA512.

- name: 🪡 VcpkgManifest method (no install or deployment) 🪡
run: |
echo 'no-op'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vcpkg-windows-drivers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ jobs:
# VcpkgManifest method with the VCPKG_APPLOCAL_DEPS (no install or deployment)
# ---

# I don't need to use set(VCPKG_USE_HEAD_VERSION ON) and set HEAD_REF because I'm using
# Edit-VcpkgRefAndHash a few steps above to correctly set RED and SHA512.

- name: 🪡 VcpkgManifest method with the VCPKG_APPLOCAL_DEPS (no install or deployment) 🪡
run: |
Write-Output 'no-op'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/vcpkg-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ jobs:
# VcpkgManifest method with the VCPKG_APPLOCAL_DEPS (no install or deployment)
# ---

# I don't need to use set(VCPKG_USE_HEAD_VERSION ON) and set HEAD_REF because I'm using
# Edit-VcpkgRefAndHash a few steps above to correctly set RED and SHA512.

- name: 🪡 VcpkgManifest method with the VCPKG_APPLOCAL_DEPS (no install or deployment) 🪡
run: |
Write-Output 'no-op'
Expand Down

0 comments on commit ec4317e

Please sign in to comment.