Skip to content

Commit

Permalink
gh action attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCommander323 committed Nov 17, 2023
1 parent 426a090 commit 7065957
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: pnpm/action-setup@v2
with:
version: 'latest'
- name: Install dependencies (Ubuntu only)
- name: Install Ubuntu package dependencies
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt update
Expand All @@ -37,7 +37,10 @@ jobs:
- name: Install frontend dependencies
run: pnpm install

- name: Build YAMCL
- name: Install Tauri-CLI
run: cargo install tauri-cli

- name: Build the app
run: cargo tauri build -d

- name: Upload build artifacts
Expand Down

0 comments on commit 7065957

Please sign in to comment.