Skip to content

Commit 344a8b3

Browse files
authored
Update main.yml
1 parent 7b62ded commit 344a8b3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ concurrency:
2525

2626
jobs:
2727
build:
28-
runs-on: macos-13
28+
runs-on: macos-15
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@main
3232
with:
3333
submodules: recursive
3434

@@ -57,6 +57,8 @@ jobs:
5757
set -x
5858
git clone https://github.com/CRKatri/trustcache
5959
cd trustcache
60+
export CFLAGS="$CFLAGS -I$(brew --prefix openssl)/include -arch arm64"
61+
export LDFLAGS="$LDFLAGS -L$(brew --prefix openssl)/lib -arch arm64"
6062
gmake -j$(sysctl -n hw.physicalcpu) OPENSSL=1
6163
sudo cp trustcache /opt/procursus/bin/
6264
@@ -78,7 +80,6 @@ jobs:
7880
run: |
7981
set -x
8082
cd Application/Dopamine/Resources
81-
chmod +x download_bootstraps.sh
8283
./download_bootstraps.sh
8384
8485
- name: Build
@@ -90,7 +91,7 @@ jobs:
9091
9192
- name: Upload Artifact
9293
id: dopamine-latest-upload
93-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@main
9495
with:
9596
name: Dopamine
9697
path: |

0 commit comments

Comments
 (0)