Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Jan 10, 2024
1 parent 4e6868d commit 9166a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-casper-event-sidecar-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: /home/runner/work/event-sidecar/event-sidecar/casper-client-rs
- name: compile
run: |
bash -c "cachepot() { echo 'yyy' ; } && export -f cachepot && /home/runner/work/event-sidecar/event-sidecar/casper-node/ci/nctl_compile.sh"
bash -c "cachepot() { echo 'cachepot called' ; } && export -f cachepot && /home/runner/work/event-sidecar/event-sidecar/casper-node/ci/nightly-test.sh"
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8
with:
shared-key: ${{ matrix.os }}
Expand Down

0 comments on commit 9166a77

Please sign in to comment.