fix: workflow

This commit is contained in:
ShyProton 2024-01-23 13:43:38 -05:00
parent c7ec67f1bb
commit 4f0a283cd4

View File

@ -15,11 +15,9 @@ jobs:
- uses: cachix/install-nix-action@v19
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Enter Development Shell
run: nix develop
- name: Build Backend
run: make
run: nix develop --command make
- name: Install NPM Packages
run: npm install
run: nix develop --command npm install
- name: Build Frontend
run: npm run tauri build
run: nix develop --command npm run tauri build