Skip to content

Commit

Permalink
feat(workflow): test build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
camarm-dev committed Jul 5, 2024
1 parent b00fcca commit 9fcd0a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
- main
- dev

defaults:
run:
working-directory: ./app

jobs:
publish-tauri:
permissions:
Expand All @@ -27,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: install dependencies (ubuntu only)
- name: Install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04' # This must match the platform value defined above.
run: |
sudo apt-get update
Expand Down

0 comments on commit 9fcd0a5

Please sign in to comment.