We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IN_GETOPT_BIN
1 parent 568dbbe commit d04cfc9Copy full SHA for d04cfc9
.github/workflows/ci.yml
@@ -62,8 +62,10 @@ jobs:
62
- name: Install Homebrew packages
63
run: brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
64
65
- - name: Set Ccache directory
66
- run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
+ - name: Set environment variables
+ run: |
67
+ echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
68
+ echo "IN_GETOPT_BIN=$(brew --prefix gnu-getopt)/bin/getopt" >> "$GITHUB_ENV"
69
70
- name: Restore Ccache cache
71
uses: actions/cache/restore@v4
0 commit comments