From bc892ecfcc2e74b60ba29a6a69878da8213d1c0a Mon Sep 17 00:00:00 2001 From: Sam Davies Date: Mon, 12 Feb 2024 17:08:35 -0500 Subject: [PATCH] w --- .github/workflows/ci-core.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index 12e8a28090d..f22d4b602cd 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -64,8 +64,7 @@ jobs: - name: Setup Postgres uses: ./.github/actions/setup-postgres - name: Install protoc-gen-go-wsrpc - run: echo $PATH - run: curl https://github.com/smartcontractkit/wsrpc/raw/main/cmd/protoc-gen-go-wsrpc/protoc-gen-go-wsrpc --output $HOME + run: echo $PATH && curl https://github.com/smartcontractkit/wsrpc/raw/main/cmd/protoc-gen-go-wsrpc/protoc-gen-go-wsrpc --output $HOME - name: Touching core/web/assets/index.html run: mkdir -p core/web/assets && touch core/web/assets/index.html - name: Download Go vendor packages