Skip to content

Commit

Permalink
edit: test without vcpkg scrollback
Browse files Browse the repository at this point in the history
  • Loading branch information
HPDell committed Feb 22, 2024
1 parent 47a67ae commit 2fbae4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Scrollback Vcpkg
shell: pwsh
run: |
cd "$env:VCPKG_INSTALLATION_ROOT"
git switch 2023.12.12 --detach
# - name: Scrollback Vcpkg
# shell: pwsh
# run: |
# cd "$env:VCPKG_INSTALLATION_ROOT"
# git switch 2023.12.12 --detach
- name: Setup NuGet Credentials
shell: pwsh
run: |
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Scrollback Vcpkg
shell: pwsh
run: |
cd "$env:VCPKG_INSTALLATION_ROOT"
git switch 2023.12.12 --detach
# - name: Scrollback Vcpkg
# shell: pwsh
# run: |
# cd "$env:VCPKG_INSTALLATION_ROOT"
# git switch 2023.12.12 --detach
- name: Setup NuGet Credentials
shell: pwsh
run: |
Expand Down

0 comments on commit 2fbae4e

Please sign in to comment.