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:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
commands:
|
commands:
|
||||||
- sudo apt-get update
|
- apt-get update
|
||||||
- sudo apt-get upgrade
|
- apt-get upgrade
|
||||||
- sudo apt-get install curl zip git
|
- apt-get install curl zip git
|
||||||
- chmod +x tools/build.sh
|
- chmod +x tools/build.sh
|
||||||
- bash tools/build.sh
|
- bash tools/build.sh
|
||||||
- name: release
|
- name: release
|
||||||
|
|
Loading…
Reference in a new issue