diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-22 03:20:14 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-07-22 03:20:14 -0400 |
| commit | 1eb17348986f806c5181684b21285a09d1b8baf6 (patch) | |
| tree | 96be374e5c9836f7c9c516be4360b6bb0aaf9dd9 /.github | |
| parent | f4ebcf7cfe69a08bd1abb998c9934fabaa0a85c1 (diff) | |
Update objdiff version to fix data progress calculation
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 5a160adf..e25f242a 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-alpha.5 objdiff-cli objdiff-cli + python tools/download_tool.py --tag v2.0.0-beta.1 objdiff-cli objdiff-cli - name: Build run: | python configure.py --version ${{matrix.version}} --compilers /compilers --warn error |
