Skip to content

Commit e575bd0

Browse files
melihemikCopilot
andcommitted
ci: fix release workflow build checks
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent efd7be4 commit e575bd0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174

175175
- name: Verify GUI subsystem and static runtime
176176
shell: pwsh
177+
working-directory: src-tauri
177178
run: |
178179
$VsWhere = "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe"
179180
$VsPath = & $VsWhere -latest -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath

scripts/ci-build-linux-packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apt-get install -y --no-install-recommends \
3333
curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
3434
apt-get install -y --no-install-recommends nodejs
3535

36-
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal
36+
curl https://sh.rustup.rs -sSf | sh -s -- -y --profile minimal --component rustfmt
3737
. "${HOME}/.cargo/env"
3838

3939
npm ci

0 commit comments

Comments
 (0)