Skip to content

Commit

Permalink
Try 2
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Feb 14, 2025
1 parent e1cacda commit d74473a
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,19 +104,14 @@ jobs:
rm -R ./src/sage_setup/
./sage -t --all -p4
- name: Report update-meson failure
if: ${{ steps.check_update_meson.outcome == 'failure' }}
shell: bash -l {0}
run: false

- name: Upload log
uses: actions/[email protected]
if: failure()
with:
name: ${{ runner.os }}-meson-${{ matrix.python }}-log
path: builddir/meson-logs/

report-meson-failure:
name: Report tools/update-meson.py failure
runs-on: ${{ matrix.os }}-latest
needs: check_update_meson
if: ${{ steps.check_update_meson.outcome == 'failure' }}
steps:
- name: Report failure
shell: bash -l {0}
run: false

0 comments on commit d74473a

Please sign in to comment.