Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
david-marchand authored Oct 24, 2024
1 parent f740714 commit 4b7a084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4b7a084

Please sign in to comment.