re-added apt update to workflows
I think it could cause some trouble w configuration
This commit is contained in:
parent
e16de23f57
commit
c7dd464afe
8
.github/workflows/why2-project.yml
vendored
8
.github/workflows/why2-project.yml
vendored
@ -24,10 +24,10 @@ jobs:
|
||||
with:
|
||||
ref: development
|
||||
|
||||
# - if: matrix.os == 'ubuntu-latest'
|
||||
# name: Update packages
|
||||
# run: |
|
||||
# sudo apt update
|
||||
- if: matrix.os == 'ubuntu-latest'
|
||||
name: Update packages
|
||||
run: |
|
||||
sudo apt update
|
||||
# sudo apt upgrade
|
||||
|
||||
- name: Permissions
|
||||
|
16
.github/workflows/why2-test.yml
vendored
16
.github/workflows/why2-test.yml
vendored
@ -25,10 +25,10 @@ jobs:
|
||||
with:
|
||||
ref: development
|
||||
|
||||
# - if: matrix.os == 'ubuntu-latest'
|
||||
# name: Update packages
|
||||
# run: |
|
||||
# sudo apt update
|
||||
- if: matrix.os == 'ubuntu-latest'
|
||||
name: Update packages
|
||||
run: |
|
||||
sudo apt update
|
||||
# sudo apt upgrade
|
||||
|
||||
- name: Permissions
|
||||
@ -72,10 +72,10 @@ jobs:
|
||||
with:
|
||||
ref: development
|
||||
|
||||
# - if: matrix.os == 'ubuntu-latest'
|
||||
# name: Update packages
|
||||
# run: |
|
||||
# sudo apt update
|
||||
- if: matrix.os == 'ubuntu-latest'
|
||||
name: Update packages
|
||||
run: |
|
||||
sudo apt update
|
||||
# sudo apt upgrade
|
||||
|
||||
- name: Permissions
|
||||
|
Loading…
x
Reference in New Issue
Block a user