ci: cri-containerd: Export GOPATH

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 <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-07-13 11:29:23 +02:00
parent 75a294b74b
commit 2a957d41c8

View File

@ -17,6 +17,7 @@ jobs:
vmm: ['clh', 'qemu'] vmm: ['clh', 'qemu']
runs-on: garm-ubuntu-2204 runs-on: garm-ubuntu-2204
env: env:
GOPATH: ${{ github.workspace }}
KATA_HYPERVSIOR: ${{ matrix.vmm }} KATA_HYPERVSIOR: ${{ matrix.vmm }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3