Skip to content

Commit

Permalink
artifact download test
Browse files Browse the repository at this point in the history
  • Loading branch information
aviadingo committed Jan 5, 2025
1 parent 912c244 commit 9d84d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-golang-rust-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Download ICICLE lib artifacts
uses: actions/download-artifact@v4
continue-on-error: true
if: steps.exists-flag.outputs.EXIST_FLAG =='false'
# if: steps.exists-flag.outputs.EXIST_FLAG =='false'
with:
name: icicle-builds-curve-${{ matrix.curve.name }}-${{ steps.extract-cuda-sha.outputs.cuda-backend-sha }}-${{ steps.os-version.outputs.OS_VERSION }}
path: ${{steps.exists-flag.outputs.INSTALL_PATH}}
Expand Down

0 comments on commit 9d84d69

Please sign in to comment.