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:
|
||||
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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user