Skip to content

Commit

Permalink
fix: build condition
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 22, 2024
1 parent db38308 commit e3cbe34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
RUSTFLAGS: -Awarnings

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

- name: Install dependencies
Expand Down

0 comments on commit e3cbe34

Please sign in to comment.