Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Nov 7, 2023
1 parent cf86057 commit fd13c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
run: |
$RTLPath = cygpath -w ${{ github.workspace }}/BinaryCache/Developer/Library/Developer/Platforms/Windows.platform/Developer/SDKs/Windows.sdk/usr/bin
for ($i = 0; $i -le 50; $i += 1) {
Add-Content ${env:GITHUB_PATH} "${RTLPath}$1"
Add-Content ${env:GITHUB_PATH} "${RTLPath}$i"
}
- name: Print path
Expand Down

0 comments on commit fd13c3c

Please sign in to comment.