Skip to content

Commit

Permalink
Update build-amd64.yml to dry-run executables (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Jun 10, 2024
1 parent 58f8f2a commit e369c42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ jobs:
cat clang-query-${{ env.suffix }}.sha512sum
cat clang-tidy-${{ env.suffix }}.sha512sum
cat clang-apply-replacements-${{ env.suffix }}.sha512sum
echo "Check versions: "
./clang-format-${{ env.suffix }} --version
./clang-query-${{ env.suffix }} --version
./clang-tidy-${{ env.suffix }} --version
./clang-apply-replacements-${{ env.suffix }} --version
- name: upload artifacts
if: ${{ github.actor != 'dependabot[bot]' }} || github.event_name != 'pull_request'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e369c42

Please sign in to comment.