fix: workflow
This commit is contained in:
parent
c7ec67f1bb
commit
4f0a283cd4
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -15,11 +15,9 @@ jobs:
|
|||||||
- uses: cachix/install-nix-action@v19
|
- uses: cachix/install-nix-action@v19
|
||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Enter Development Shell
|
|
||||||
run: nix develop
|
|
||||||
- name: Build Backend
|
- name: Build Backend
|
||||||
run: make
|
run: nix develop --command make
|
||||||
- name: Install NPM Packages
|
- name: Install NPM Packages
|
||||||
run: npm install
|
run: nix develop --command npm install
|
||||||
- name: Build Frontend
|
- name: Build Frontend
|
||||||
run: npm run tauri build
|
run: nix develop --command npm run tauri build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user