Skip to content

Commit

Permalink
Remove clang-tidy from first build to speed things up
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje committed Apr 2, 2024
1 parent a3e68bb commit 7e891df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
packages: ${{ env.BASE_DEPS }}
version: apt-20-base
execute_install_scripts: true
- run: "sudo apt-get remove -y clang-tidy"
- run: .github/setup-linux.sh
- run: .github/build.sh dist
- name: Upload test logs
Expand Down

0 comments on commit 7e891df

Please sign in to comment.