Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-Boesky committed Jan 1, 2024
1 parent 4c54bcd commit bf5ad32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

- name: Install requirements
run: |
brew install yaml-cpp
sudo apt-get update -q
sudo apt-get install libyaml-cpp-dev -y
- name: Evaluate coverage
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

- name: Install requirements
run: |
brew install yaml-cpp
sudo apt-get update -q
sudo apt-get install libyaml-cpp-dev -y
- name: Run tests
run: |
Expand Down

0 comments on commit bf5ad32

Please sign in to comment.