Skip to content

Commit

Permalink
CI: Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaniAgus committed Sep 19, 2023
1 parent af8458f commit 1e8e7a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install dependencies
run: sudo apt-get install -y 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Release
Debug
build
test_save_config.cfg
.idea

0 comments on commit 1e8e7a0

Please sign in to comment.