trying to remove workflow server update

it's causing some problems and it's kinda annoying how long it takes [it is possible I will revert this]
This commit is contained in:
Václav Šmejkal 2022-05-25 17:24:41 +02:00
parent 12557a6a94
commit cda356c9d8
2 changed files with 15 additions and 15 deletions

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: |

View File

@ -25,11 +25,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: |
@ -72,11 +72,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: chmod +x ${{ matrix.configure }} run: chmod +x ${{ matrix.configure }}