Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ jobs:
if: ${{ startsWith(runner.os, 'macos') }}
run: brew install openssl@3

- name: Install build tools (macOS)
if: ${{ startsWith(runner.os, 'macos') }}
run: |
brew install python3
xcode-select --install || true

- name: Install AxonOps Developer Workbench dependencies
run: |
npm cache clean --force
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.DS_Store
**/node_modules/*
**/packages-list.json
package-lock.json
pnpm-lock.yaml
renderer/styles/*.css.map
dev/*
Expand Down
Loading
Loading