Skip to content

Commit

Permalink
ci: Set IN_GETOPT_BIN environment variable for native macOS job
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jun 8, 2024
1 parent 568dbbe commit d04cfc9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@ jobs:
- name: Install Homebrew packages
run: brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt

- name: Set Ccache directory
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
- name: Set environment variables
run: |
echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
echo "IN_GETOPT_BIN=$(brew --prefix gnu-getopt)/bin/getopt" >> "$GITHUB_ENV"
- name: Restore Ccache cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit d04cfc9

Please sign in to comment.