diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-08-11 17:03:18 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-08-11 17:03:18 -0400 |
| commit | a7fb9ba07240dc01be6bbe532951daf18dafb215 (patch) | |
| tree | abcb3f9eb75b73d054c821cdf98049bf19de6215 /.github | |
| parent | c2bacf5658984b293b68aad23d3894f2cf2bd56a (diff) | |
Update objdiff to improve data match percent
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e25f242a..65d527eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Download objdiff CLI if: github.ref == 'refs/heads/main' run: | - python tools/download_tool.py --tag v2.0.0-beta.1 objdiff-cli objdiff-cli + python tools/download_tool.py --tag v2.0.0-beta.2 objdiff-cli objdiff-cli - name: Build run: | python configure.py --version ${{matrix.version}} --compilers /compilers --warn error |
