mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
.github/workflows: update apt cache before installing deps
This commit is contained in:
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user