Skip to content

Commit

Permalink
Update pr-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlgsmith authored Feb 8, 2024
1 parent d36d323 commit 3f0e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get install -y build-essential libglib2.0-dev libxml2-dev libcunit1-dev libjansson-dev liblua5.3-dev
run: sudo apt-get install -y build-essential libglib2.0-dev libxml2-dev libcunit1-dev libjansson-dev liblua5.3-dev valgrind
- name: Clone apteryx
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 3f0e100

Please sign in to comment.