We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f0b4f commit 2d0eb3eCopy full SHA for 2d0eb3e
1 file changed
.github/workflows/bloaty.yml
@@ -32,7 +32,7 @@ jobs:
32
cmake --build build-head --target install
33
- name: Bloat analysis - absolute values
34
id: absolute
35
- uses: pauldreik/bloaty-analyze@v1.0.0
+ uses: pauldreik/bloaty-analyze@v1.0.1
36
with: # see https://github.com/marketplace/actions/bloaty-analyze for explanations what these do
37
file: install-head/lib/libsimdjson.a
38
rows: 0
@@ -56,7 +56,7 @@ jobs:
56
cmake --build build-base --target install
57
- name: Bloat analysis - diff
58
id: diff
59
60
if: ${{ github.event_name == 'pull_request' }}
61
62
0 commit comments