From 2a957d41c8e8e92b676881a4b4db054e1e3da3ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 13 Jul 2023 11:29:23 +0200 Subject: [PATCH] ci: cri-containerd: Export GOPATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's make sure this is exported, as it'll be needed in order to install `yq`, which will be used to get the versions of the dependencies to be installed. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/run-cri-containerd-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-cri-containerd-tests.yaml b/.github/workflows/run-cri-containerd-tests.yaml index 2b12e495ea..42dfd928a0 100644 --- a/.github/workflows/run-cri-containerd-tests.yaml +++ b/.github/workflows/run-cri-containerd-tests.yaml @@ -17,6 +17,7 @@ jobs: vmm: ['clh', 'qemu'] runs-on: garm-ubuntu-2204 env: + GOPATH: ${{ github.workspace }} KATA_HYPERVSIOR: ${{ matrix.vmm }} steps: - uses: actions/checkout@v3