diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6b50ffb..85c94b7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -37,11 +37,7 @@ jobs: ssh-keyscan -H 127.0.0.1 >> ~/.ssh/known_hosts - name: Install packages - uses: awalsh128/cache-apt-pkgs-action@latest - with: - packages: qemu-system-x86 qemu-utils cloud-utils wget sshpass - version: 1.0 - execute_install_scripts: true + run: sudo apt update && sudo apt install -y qemu-system-x86 qemu-utils cloud-utils wget sshpass - name: Cache Ubuntu Cloud Image id: cache-ubuntu-restore @@ -128,4 +124,4 @@ jobs: # To SSH into actions # - name: Setup tmate session -# uses: mxschmitt/action-tmate@v3 \ No newline at end of file +# uses: mxschmitt/action-tmate@v3