mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 07:34:07 +00:00
10 lines
308 B
YAML
10 lines
308 B
YAML
name: 'Setup Custom CA Certs Feature Dependencies - macOS'
|
|
description: 'Setup feature-specific dependencies for custom CA certs tests on macOS'
|
|
runs:
|
|
using: 'composite'
|
|
steps:
|
|
- name: Install additional OS dependencies for custom CA certs
|
|
shell: bash
|
|
run: |
|
|
brew install libxml2
|