Skip to content

Commit

Permalink
fix(ci): fail when build cmd fail
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed May 13, 2024
1 parent a9cdc0f commit bf76d8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/concrete_python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
${{ env.DOCKER_GPU_OPTION }}
shell: bash
run: |
set -e
rustup toolchain install nightly-2024-01-31
rm -rf /build/*
Expand Down

0 comments on commit bf76d8f

Please sign in to comment.