diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-08-20 23:01:28 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-08-20 23:01:28 -0400 |
| commit | 3089fed617e9b4c5bf81833aad0ec24d02d30c61 (patch) | |
| tree | 9cfe38ecf76fd1da95cc500cd1547f556ffbed9b /.github | |
| parent | a7fb9ba07240dc01be6bbe532951daf18dafb215 (diff) | |
Update objdiff
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 65d527eb..dcc7e9e6 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.2 objdiff-cli objdiff-cli + python tools/download_tool.py --tag v2.0.0-beta.4 objdiff-cli objdiff-cli - name: Build run: | python configure.py --version ${{matrix.version}} --compilers /compilers --warn error |
