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:
parent
12557a6a94
commit
cda356c9d8
10
.github/workflows/why2-project.yml
vendored
10
.github/workflows/why2-project.yml
vendored
@ -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: |
|
||||
|
20
.github/workflows/why2-test.yml
vendored
20
.github/workflows/why2-test.yml
vendored
@ -25,11 +25,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: |
|
||||
@ -72,11 +72,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: chmod +x ${{ matrix.configure }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user