Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Update action.yml (an attempt to fix the action execution)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam authored Apr 27, 2024
1 parent 9eb5d96 commit be63def
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ runs:
- shell: bash
run: sudo apt-get -q update

- uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: aardvark-dns conmon containers-common criu crun libnet1 libprotobuf-c1 libprotobuf23 netavark podman-gvproxy python3-protobuf conmon crun podman
version: ${{ inputs.cache-salt }}
#- uses: awalsh128/cache-apt-pkgs-action@v1
# with:
# packages: aardvark-dns conmon containers-common criu crun libnet1 libprotobuf-c1 libprotobuf23 netavark podman-gvproxy python3-protobuf conmon crun podman
# version: ${{ inputs.cache-salt }}

- if: ${{ inputs.qemu == 'true' }}
shell: bash
Expand Down

0 comments on commit be63def

Please sign in to comment.