Installers for all platforms and related fixes #1

Merged
LeoVasanko merged 38 commits from installer into main 2026-09-23 17:41:21 +00:00
Showing only changes of commit 6dee65b4c6 - Show all commits
-22
View File
@@ -1,22 +0,0 @@
name: probe
on:
workflow_dispatch:
jobs:
probe:
runs-on: windows
steps:
- name: Probe host
shell: cmd
run: |
echo PATH=%PATH%
where git
where uv
where node
where npm
dir "C:\Program Files\Git\cmd" 2>nul
dir "%LOCALAPPDATA%\Programs\Git\cmd" 2>nul
dir "%USERPROFILE%\.local\bin" 2>nul
nvm version 2>nul
nvm list 2>nul