switch to ubuntu jammy
This commit is contained in:
parent
8f2bca2422
commit
0a6264bba6
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ steps:
|
|||
when:
|
||||
event: tag
|
||||
commands:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get upgrade
|
||||
- sudo apt-get install curl zip git
|
||||
- apt-get update
|
||||
- apt-get upgrade
|
||||
- apt-get install curl zip git
|
||||
- chmod +x tools/build.sh
|
||||
- bash tools/build.sh
|
||||
- name: release
|
||||
|
|
Loading…
Reference in a new issue