Skip to content

Commit

Permalink
Fix install parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
coldav committed Jan 16, 2025
1 parent d568a45 commit 911513b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_pr_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:

- name: run clang-tidy
run: |
sudo apt-get install parallel
sudo apt-get -y install parallel
git config --global --add safe.directory $PWD
git fetch origin ${{ github.base_ref }}
./scripts/compute-dependants.py \
Expand Down

0 comments on commit 911513b

Please sign in to comment.