Skip to content

Commit b866ae3

Browse files
authored
removed linux from action workflow
1 parent ec5218d commit b866ae3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build-test.yml

-13
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
args: "--target aarch64-apple-darwin"
1818
- platform: "macos-latest" # for Intel based macs.
1919
args: "--target x86_64-apple-darwin"
20-
- platform: "ubuntu-20.04" #
21-
args: ""
2220
- platform: "windows-latest"
2321
args: ""
2422

@@ -37,17 +35,6 @@ jobs:
3735
# Those targets are only used on macos runners so it's in an `if` to slightly speed up windows and linux builds.
3836
targets: ${{ matrix.settings.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
3937

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-
5138
# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes.
5239
- uses: tauri-apps/tauri-action@v0
5340
env:

0 commit comments

Comments
 (0)