Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed May 31, 2023
1 parent 5f370b4 commit 1db5479
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
env:
CI: 1

- name: "Setup NuGet Credentials"
shell: "bash"
- name: Setup NuGet Credentials
shell: bash
run: |
`./vcpkg/vcpkg.exe fetch nuget | tail -n 1` \
sources add \
Expand All @@ -48,6 +48,7 @@ jobs:
key: ${{ runner.os }}-nuget

- name: Run build
shell: bash
run: |
./tools/windows/build.bat
env:
Expand Down

0 comments on commit 1db5479

Please sign in to comment.