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: with:
ref: development ref: development
# - if: matrix.os == 'ubuntu-latest' - if: matrix.os == 'ubuntu-latest'
# name: Update packages name: Update packages
# run: | run: |
# sudo apt update sudo apt update
# sudo apt upgrade sudo apt upgrade
- name: Permissions - name: Permissions
run: | run: |