Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/desktop-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,11 @@ jobs:
node-version: 22
cache: pnpm

- name: Setup Python (bundled loopx CLI)
uses: actions/setup-python@v5
with:
python-version: '3.13'

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ jobs:
node-version: 22
cache: pnpm

- name: Setup Python (bundled loopx CLI)
uses: actions/setup-python@v5
with:
python-version: '3.13'

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,6 @@ external/
/.flashgrep-index-engine/

.design/

# Generated by scripts/build-loopx.mjs (never commit the compiled binary)
src/apps/desktop/resources/loopx/
Loading