Skip to content

Commit

Permalink
fix: install macOS dependencies when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
sschiessl-bcp committed Feb 22, 2023
1 parent 6c052af commit bc5d8c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
node-version: [16.13.x]

steps:
- name: Install coreutils for macOS
run: brew install coreutils
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
Expand All @@ -39,6 +37,8 @@ jobs:
run: ./node_modules/.bin/electron-builder -p never --linux deb
- name: Build exe
run: ./node_modules/.bin/electron-builder -p never --windows
- name: Install coreutils for macOS hash
run: brew install coreutils
- name: Calc hash
id: calc_hash
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BitShares2-light",
"version": "5.0.230113-rc5",
"version": "5.0.230113-rc6",
"description": "Reference UI to showcase all features of the BitShares blockchain.",
"homepage": "https://github.com/bitshares/bitshares-ui",
"author": "BitShares UI Devs <[email protected]>",
Expand Down

0 comments on commit bc5d8c8

Please sign in to comment.