re-added apt update to gh workflow

This commit is contained in:
Václav Šmejkal 2022-04-30 17:01:55 +02:00
parent 02be4bd3b6
commit a9b482d907

View File

@ -24,11 +24,11 @@ jobs:
with:
ref: development
# - if: matrix.os == 'ubuntu-latest'
# name: Update packages
# run: |
# sudo apt update
# sudo apt upgrade
- if: matrix.os == 'ubuntu-latest'
name: Update packages
run: |
sudo apt update
sudo apt upgrade
- name: Permissions
run: |