Skip to content

Commit

Permalink
continue on oerror of download step
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadingo committed Jan 5, 2025
1 parent 088818d commit 28df5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp-golang-rust-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
- name: Download ICICLE lib artifacts
uses: actions/download-artifact@v4
continue-on-error: true
if: steps.exists-flag.outputs.EXIST_FLAG =='false'
with:
name: icicle-builds-curve-${{ matrix.curve.name }}-${{ steps.extract-cuda-sha.outputs.cuda-backend-sha }}
Expand Down

0 comments on commit 28df5f4

Please sign in to comment.