Skip to content

Commit

Permalink
github actions: using tauri-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 committed Dec 26, 2023
1 parent ad6adb5 commit 7ee24f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build:
timeout-minutes: 30
permissions:
contents: write
name: Build ${{ matrix.os }}
Expand All @@ -35,7 +36,7 @@ jobs:
toolchain: stable
override: true

- name: Linux required packages for Tauri
- name: install dependencies (ubuntu only)
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
Expand Down

0 comments on commit 7ee24f2

Please sign in to comment.