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:
|
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: |
|
||||||
|
20
.github/workflows/why2-test.yml
vendored
20
.github/workflows/why2-test.yml
vendored
@ -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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user