File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2323 clang openssl libssl-dev gcc g++ wget curl jq
2424 echo "/usr/local/nvidia/bin:/usr/local/cuda/bin" >> $GITHUB_PATH
2525
26+ - name : Checkout code
27+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
28+
2629 - name : Setup CMake
2730 run : |
2831 curl -LO https://github.com/Kitware/CMake/releases/download/v3.24.3/cmake-3.24.3-linux-x86_64.sh && \
4144 tar xvfz bellman-cuda-source.tar.gz -C ./bellman-cuda --strip-components=1 --wildcards \*/src/
4245
4346 - name : Publish crates
44- uses : matter-labs/zksync-ci-common/.github/actions/publish-crates@v1
47+ uses : matter-labs/zksync-ci-common/.github/actions/publish-crates@aba-skip-checkout-optional
4548 with :
46- submodules : false
49+ skip_checkout : true
4750 gh_token : ${{ secrets.RELEASE_TOKEN }}
4851 cargo_registry_token : ${{ secrets.CRATES_IO_TOKEN }}
4952 slack_webhook : ${{ secrets.SLACK_WEBHOOK_RELEASES }}
You can’t perform that action at this time.
0 commit comments