.github/workflows: update apt cache before installing deps

This commit is contained in:
skoupidi
2024-02-26 21:32:13 +02:00
parent 59580b55b2
commit 490615a94b

View File

@@ -23,8 +23,9 @@ jobs:
- uses: Swatinem/rust-cache@v2
- run: |
sudo apt update -y && sudo apt upgrade -y
- name: Update apt cache
run: |
sudo apt update -y
- name: Install dependencies (Linux)
run: |
@@ -60,8 +61,9 @@ jobs:
- uses: taiki-e/install-action@cargo-hack
- uses: Swatinem/rust-cache@v2
- run: |
sudo apt update -y && sudo apt upgrade -y
- name: Update apt cache
run: |
sudo apt update -y
- name: Install dependencies (Linux)
run: |