Fix package upgrade
This commit is contained in:
parent
6f07273482
commit
3c25b1d9f3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -32,7 +32,8 @@ jobs:
|
|||
run: |
|
||||
function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; }
|
||||
|
||||
execute sudo apt update -y && sudo apt upgrade -y
|
||||
execute sudo apt update -y
|
||||
execute sudo apt upgrade -y
|
||||
- name: 'Install Dependencies'
|
||||
run: |
|
||||
function execute() { echo -e "\033[0;34m$*\033[0m"; "$@"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue