Skip to content

Commit 6e2e8e5

Browse files
committed
try fixing github workflow
1 parent a3c31b2 commit 6e2e8e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/roothide.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
build:
16-
runs-on: macos-13
16+
runs-on: macos-14
1717
steps:
1818
- name: Checkout
1919
run: |
@@ -45,6 +45,8 @@ jobs:
4545
set -x
4646
git clone https://github.com/CRKatri/trustcache
4747
cd trustcache
48+
export CFLAGS="$CFLAGS -I$(brew --prefix openssl)/include -arch arm64"
49+
export LDFLAGS="$LDFLAGS -L$(brew --prefix openssl)/lib -arch arm64"
4850
gmake -j$(sysctl -n hw.physicalcpu) OPENSSL=1
4951
sudo cp trustcache /opt/procursus/bin/
5052

0 commit comments

Comments
 (0)