File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ concurrency:
2525
2626jobs :
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
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
7880 run : |
7981 set -x
8082 cd Application/Dopamine/Resources
81- chmod +x download_bootstraps.sh
8283 ./download_bootstraps.sh
8384
8485 - name : Build
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 : |
You can’t perform that action at this time.
0 commit comments