Skip to content

Commit

Permalink
Refactor build command in windows-build.yml: Remove NSIS version chec…
Browse files Browse the repository at this point in the history
…k and unnecessary steps
  • Loading branch information
minai621 committed Oct 18, 2024
1 parent 4e363f9 commit 1b8d010
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v4

- name: Check NSIS version
run: |
$nsisPath = "C:\Program Files (x86)\NSIS\makensis.exe"
if (Test-Path $nsisPath) {
Write-Output "NSIS version:"
& $nsisPath /VERSION
} else {
Write-Output "NSIS not found in expected location."
exit 1
}
shell: pwsh

- name: Install Dependencies
run: pnpm install --prefer-offline --no-frozen-lockfile
working-directory: ./native
Expand Down

0 comments on commit 1b8d010

Please sign in to comment.