Skip to content

Commit

Permalink
CI: Distclean mswin
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 12, 2025
1 parent 612a4c8 commit 70899f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
if: ${{ failure() }}

- name: clean up
run: |
nmake distclean
cd ..
rd build
result:
if: ${{ always() }}
name: ${{ github.workflow }} result
Expand Down

0 comments on commit 70899f8

Please sign in to comment.