Skip to content

Commit

Permalink
Install quieter
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed May 5, 2024
1 parent 01c505c commit 6126c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
deps
key: ${{ runner.os }}-otp-${{ steps.setup-beam.outputs.otp-version }}-elixir-${{ steps.setup-beam.outputs.elixir-version }}-mix-${{ hashFiles('**/mix.lock') }}
- name: Install inotify
run: sudo apt-get install inotify-tools
run: sudo apt-get install -qq inotify-tools
- name: Install Dependencies
run: |
mix local.rebar --force
Expand Down

0 comments on commit 6126c65

Please sign in to comment.