diff --git a/.github/workflows/test-unwinds.yml b/.github/workflows/test-unwinds.yml index 931ead84db8..074bb4a3689 100644 --- a/.github/workflows/test-unwinds.yml +++ b/.github/workflows/test-unwinds.yml @@ -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"