8000 Jd by AirysDark · Pull Request #1559 · lencx/ChatGPT · GitHub
[go: up one dir, main page]

Skip to content
Open

Jd #1559

Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
Update build-arm64.yml
  • Loading branch information
AirysDark authored Jul 22, 2025
commit 55487330c4e62b292f1746e7653b9705d5e079e5
4 changes: 2 additions & 2 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
libgdk-pixbuf2.0-dev libgtk-3-dev

- name: Install frontend dependencies
run: npm ci
run: npm install

- name: Build ChatGPT with Tauri for ARM64
run: |
Expand All @@ -47,4 +47,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: chatgpt-linux-arm64
path: src-tauri/target/aarch64-unknown-linux-gnu/release/bundle
path: src-tauri/target/aarch64-unknown-linux-gnu/release/bundle
0