Skip to content

Commit 5097cdb

Browse files
committed
wip
1 parent 195980c commit 5097cdb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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.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"
108108

109109
- name: Set Ccache directory
110110
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)