Skip to content

Commit 5cd149f

Browse files
ci: return checkout in crypto gpu repo
1 parent dd243b5 commit 5cd149f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/publish-crates.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
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 && \
@@ -41,9 +44,9 @@ jobs:
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 }}

0 commit comments

Comments
 (0)