Skip to content

Commit

Permalink
Update valgrind.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadem authored Jun 1, 2024
1 parent 3d5ef40 commit da8e582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: minishell
path: ./
path: ./minishell
- name: Install Valgrind
run: sudo apt-get update && sudo apt-get install -y valgrind
- name: Run Valgrind
Expand Down

0 comments on commit da8e582

Please sign in to comment.