Skip to content

Commit

Permalink
fix: test again
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Oct 22, 2024
1 parent fa870b4 commit 6ec068c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
env:
CC: arm-linux-gnueabihf-gcc
CXX: arm-linux-gnueabihf-g++
# PKG_CONFIG_SYSROOT_DIR: /usr/lib/arm-linux-gnueabihf
PKG_CONFIG_SYSROOT_DIR: /usr/
PKG_CONFIG_PATH: /usr/lib/arm-linux-gnueabihf/pkgconfig

- name: (Linux ARM64) Build Webkit extension
Expand All @@ -167,7 +167,7 @@ jobs:
env:
CC: aarch64-linux-gnu-gcc
CXX: aarch64-linux-gnu-g++
# PKG_CONFIG_SYSROOT_DIR: /usr/lib/aarch64-linux-gnu
PKG_CONFIG_SYSROOT_DIR: /usr/
PKG_CONFIG_PATH: /usr/lib/aarch64-linux-gnu/pkgconfig

- name: Install dependencies
Expand Down

0 comments on commit 6ec068c

Please sign in to comment.