Skip to content

Commit b74a7d1

Browse files
authored
Update test.yml
1 parent a13caef commit b74a7d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,29 @@ jobs:
2727
shell: bash
2828
run: |
2929
gh release download --pattern 'clang-format-${{ env.bin_suffix }}'
30+
gh release download --pattern 'clang-format-${{ env.bin_suffix }}.sha512sum'
3031
chmod +x clang-format-${{ env.bin_suffix }}
3132
echo "== Output clang-format version"
3233
./clang-format-${{ env.bin_suffix }} --version
34+
cat clang-format-${{ env.bin_suffix }}.sha512sum
3335
3436
gh release download --pattern 'clang-tidy-${{ env.bin_suffix }}'
37+
gh release download --pattern 'clang-tidy-${{ env.bin_suffix }}.sha512sum'
3538
chmod +x clang-tidy-${{ env.bin_suffix }}
3639
echo "== Output clang-tidy version"
3740
./clang-tidy-${{ env.bin_suffix }} --version
41+
cat clang-tidy-${{ env.bin_suffix }}.sha512sum
3842
3943
gh release download --pattern 'clang-query-${{ env.bin_suffix }}'
44+
gh release download --pattern 'clang-query-${{ env.bin_suffix }}.sha512sum'
4045
chmod +x clang-query-${{ env.bin_suffix }}
4146
echo "== Output clang-query version"
4247
./clang-query-${{ env.bin_suffix }} --version
48+
cat clang-query-${{ env.bin_suffix }}.sha512sum
4349
4450
gh release download --pattern 'clang-apply-replacements-${{ env.bin_suffix }}'
51+
gh release download --pattern 'clang-apply-replacements-${{ env.bin_suffix }}.sha512sum'
4552
chmod +x clang-apply-replacements-${{ env.bin_suffix }}
4653
echo "== Output clang-apply-replacements version"
4754
./clang-apply-replacements-${{ env.bin_suffix }} --version
55+
cat clang-apply-replacements-${{ env.bin_suffix }}.sha512sum

0 commit comments

Comments
 (0)