removed trailing spaces from gh workflows

This commit is contained in:
Václav Šmejkal 2022-05-21 15:08:21 +02:00
parent 56dab500ca
commit eb145bdc13
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ jobs:
- if: matrix.os == 'ubuntu-latest'
name: Update packages
run: |
sudo apt update
sudo apt update
sudo apt upgrade
- name: Permissions

View File

@ -28,7 +28,7 @@ jobs:
- if: matrix.os == 'ubuntu-latest'
name: Update packages
run: |
sudo apt update
sudo apt update
sudo apt upgrade
- name: Permissions