Skip to content

Commit

Permalink
fix: build extension before main
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 22, 2024
1 parent e8f2464 commit db38308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ jobs:
env:
RUSTFLAGS: -Awarnings

- name: (Linux) Build Webkit extension
if: matrix.config.platform != 'ubuntu-22.04'
run: cd src-tauri/extension_webkit && cmake . && cmake --build .

- name: Install dependencies
run: pnpm install && pnpm shupdate

Expand Down Expand Up @@ -181,10 +185,6 @@ jobs:
CC: aarch64-linux-gnu-gcc
PKG_CONFIG_SYSROOT_DIR: /usr/lib/aarch64-linux-gnu
PKG_CONFIG_PATH: /usr/lib/aarch64-linux-gnu/pkgconfig

- name: (Linux) Build Webkit extension
if: matrix.config.platform != 'ubuntu-22.04'
run: cd src-tauri/extension_webkit && cmake . && cmake --build .

# Make empty folders for plugins and themes
- name: (Windows) Create empty folders for plugins
Expand Down

0 comments on commit db38308

Please sign in to comment.