File tree 1 file changed +0
-13
lines changed
1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 17
17
args : " --target aarch64-apple-darwin"
18
18
- platform : " macos-latest" # for Intel based macs.
19
19
args : " --target x86_64-apple-darwin"
20
- - platform : " ubuntu-20.04" #
21
- args : " "
22
20
- platform : " windows-latest"
23
21
args : " "
24
22
37
35
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
38
36
targets : ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
39
37
40
- - name : install dependencies (ubuntu only)
41
- if : matrix.settings.platform == 'ubuntu-22.04' # This must match the platform value defined above.
42
- run : |
43
- sudo apt-get update
44
- sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
45
- # webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
46
- # You can remove the one that doesn't apply to your app to speed up the workflow a bit.
47
-
48
- - name : install frontend dependencies
49
- run : yarn install # change this to npm, pnpm or bun depending on which one you use.
50
-
51
38
# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes.
52
39
- uses : tauri-apps/tauri-action@v0
53
40
env :
You can’t perform that action at this time.
0 commit comments