Skip to content

Commit

Permalink
Update unit-tests.yml (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus authored Aug 5, 2024
1 parent d22eb00 commit 8b9c029
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
if: github.repository_owner == 'sisoputnfrba' && ! github.event.pull_request.draft

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends cmake valgrind
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends cmake valgrind
- name: Build project
run: make debug
Expand Down

0 comments on commit 8b9c029

Please sign in to comment.