Skip to content

Commit

Permalink
Call that UX
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 12, 2024
1 parent 45a0a8a commit 76ffe60
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 @@ -32,15 +32,15 @@ jobs:
- name: 🧽 Developer Command Prompt for Microsoft Visual C++
uses: ilammy/msvc-dev-cmd@v1

- name: 🐣 Checkout
- name: 🐕 Checkout vcpkg
uses: actions/checkout@v4
with:
repository: microsoft/vcpkg
ref: 345ac44ab8d6a16239d3af55df9608bf725e7a48 # TODO: can we have a canonical baseline for tests?
path: vcpkg
fetch-depth: 1

- name: Bootstrap vcpkg
- name: 🐾 Bootstrap vcpkg
shell: powershell
run: |
$PKG_SOURCE_USER = $env:GITHUB_REPOSITORY -split '/' | Select-Object -First 1
Expand Down

0 comments on commit 76ffe60

Please sign in to comment.