Skip to content

Commit

Permalink
fix(ci): go pkg mod path
Browse files Browse the repository at this point in the history
  • Loading branch information
revitteth committed Aug 19, 2024
1 parent 0445942 commit 96de7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unwinds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Update cdk-erigon-lib
run: |
erigonPath=$(pwd)
cd /root/go/pkg/mod/github.com/gateway-fm
cd "$HOME/go/pkg/mod/github.com/gateway-fm"
cd $(ls ./ | grep cdk-erigon-lib | tail -1)
cd ./kv
chmod +x "$erigonPath/cdk-erigon/zk/tests/unwinds/modify-cdk-erigon-lib.sh"
Expand Down

0 comments on commit 96de7f9

Please sign in to comment.