Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsparrow committed Jan 25, 2024
1 parent 2d19c0f commit ca6263a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
apt-get install -y python3-pip
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
- name: Run
- name: Build
run: |
export LD_LIBRARY_PATH=/usr/local/lib/python3.9/dist-packages/torch/lib
export LIBTORCH_USE_PYTORCH=1
export LIBTORCH_BYPASS_VERSION_CHECK=1
npm install
npm run tauri -- build --verbose
working-directory: ./semdesk-app

0 comments on commit ca6263a

Please sign in to comment.