Skip to content

Commit

Permalink
Update linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Apr 4, 2024
1 parent 7b0ae8f commit ae7542b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
run: |
xvfb-run cmake --build build --config ${{ env.BUILD_TYPE }}
- uses: ZedThree/clang-tidy-review@v0.18.0
id: review
with:
build_dir: "build"

- name: Package
run: |
export LD_LIBRARY_PATH="build/vcpkg_installed/x64-linux/lib/":${LD_LIBRARY_PATH}
Expand Down Expand Up @@ -148,11 +153,6 @@ jobs:
run: |
bundle exec fastlane run sentry_upload_dif path:build
- uses: ZedThree/clang-tidy-review@v0.18.0
id: review
with:
build_dir: "build"

# If there are any comments, fail the check
- if: steps.review.outputs.total_comments > 0
run: exit 1
Expand Down

0 comments on commit ae7542b

Please sign in to comment.