Skip to content

Commit

Permalink
Add yaml-cpp install to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Boesky committed Jan 1, 2024
1 parent dc63a76 commit 4c54bcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install requirements
run: |
brew install yaml-cpp
- name: Evaluate coverage
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install requirements
run: |
brew install yaml-cpp
- name: Run tests
run: |
result=$(make test)
Expand Down

0 comments on commit 4c54bcd

Please sign in to comment.