apt-update before installing packages

This commit is contained in:
Elijah 2024-01-25 11:50:00 +01:00
parent 72d37bc093
commit 8b4a293601
1 changed files with 1 additions and 1 deletions

View File

@ -23,8 +23,8 @@ jobs:
- name: Install pre-requisite packages
id: prereq
run: |
apt-get install software-properties-common
apt-get update
apt-get install software-properties-common
- name: Install python3-venv
id: install