Skip to content

Commit

Permalink
correct syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
akohlmey committed Aug 31, 2024
1 parent d853804 commit 73fdd66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/compile-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: ilammy/msvc-dev-cmd@v1
- uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
- uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down

0 comments on commit 73fdd66

Please sign in to comment.