Skip to content

Commit

Permalink
chore: Run update before installing valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Oct 6, 2023
1 parent cc60fe9 commit c9f024e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- name: Install deps
run: |
bundle config unset deployment
bundle add ruby_memcheck --version '~> 1.3.1' & # avoid usage in Gemfile bc it pulls in nokogiri
sudo apt-get install -y valgrind &
wait
bundle add ruby_memcheck --version '~> 1.3.1' # avoid usage in Gemfile bc it pulls in nokogiri
sudo apt-get update
sudo apt-get install -y valgrind
bundle config set deployment true
- name: Run "mem:check" task
Expand Down

0 comments on commit c9f024e

Please sign in to comment.