Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdminXeq committed Dec 23, 2022
1 parent bf3eff2 commit a2a2406
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,9 +10,15 @@ jobs:
with:
submodules: recursive
- name: update brew and install dependencies
run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers openssl@1.1 unbound
run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers openssl@1.1 unbound
- name: build
run: make release-static-mac-x64 -j3

- name: Upload mac artifacts
uses: actions/upload-artifact@master
with:
name: macos
path: 'build/**/**/*'

build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit a2a2406

Please sign in to comment.