From be63defb665bb2338d22034c8e9de795a4406c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=D0=B0ramtamt=C4=81m?= <7326800+tarampampam@users.noreply.github.com> Date: Sat, 27 Apr 2024 15:07:16 +0400 Subject: [PATCH] Update action.yml (an attempt to fix the action execution) --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index d1c5701..46d2a8b 100644 --- a/action.yml +++ b/action.yml @@ -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