diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83d16871095..f9c3c4d00db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -199,7 +199,7 @@ jobs: run: docker exec -i dpdk dnf update -y - name: Install packages if: steps.image_cache.outputs.cache-hit != 'true' - run: docker exec -i dpdk dnf install -y ${{ jobs.prepare-container-images.outputs.pkgs }} + run: docker exec -i dpdk dnf install -y ${{ outputs.pkgs }} - name: Save image in cache if: steps.image_cache.outputs.cache-hit != 'true' run: |