Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LagoLunatic committed Jul 17, 2024
1 parent be019d1 commit fbe8bb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Prepare
run: cp -R /orig/${{matrix.version}} orig
- 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
- name: Build
run: |
python configure.py --version ${{matrix.version}} --compilers /compilers --warn error
Expand All @@ -40,6 +36,10 @@ jobs:
- name: Generate objdiff progress report
if: github.ref == 'refs/heads/main'
run: |
pwd
python tools/download_tool.py --tag v2.0.0-alpha.5 objdiff-cli objdiff-cli
pwd
ls
./objdiff-cli report generate -o report.json
- name: Save objdiff progress report artifact
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit fbe8bb7

Please sign in to comment.