Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JVital2013 committed Jun 5, 2024
1 parent b807a3c commit 4dd5368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Add support to NSIS for long PATHs
shell: powershell
run: .\$Env:GITHUB_WORKSPACE\windows\Get-NSIS-LongStrings.ps1
run: $Env:GITHUB_WORKSPACE\windows\Get-NSIS-LongStrings.ps1

- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit 4dd5368

Please sign in to comment.