re-added apt update to gh workflow
This commit is contained in:
parent
02be4bd3b6
commit
a9b482d907
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user