File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ jobs:
9999 run : brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
100100
101101 # ELEMENTS
102- # - name: Override boost@1.85
103- # run: |
104- # brew install boost@1.85
105- # brew link --force --overwrite boost@1.85
106- # echo "LDFLAGS=-L/opt/homebrew/opt/boost@1.85 /lib" >> "$GITHUB_ENV"
107- # echo "CPPFLAGS=-I/opt/homebrew/opt/boost@1.85 /include" >> "$GITHUB_ENV"
102+ - name : Override boost@1.88
103+ run : |
104+ brew install boost@1.88
105+ brew link --force --overwrite boost@1.88
106+ echo "LDFLAGS=-L/opt/homebrew/opt/boost@1.88 /lib" >> "$GITHUB_ENV"
107+ echo "CPPFLAGS=-I/opt/homebrew/opt/boost@1.88 /include" >> "$GITHUB_ENV"
108108
109109 - name : Set Ccache directory
110110 run : echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
You can’t perform that action at this time.
0 commit comments