|
|
|
@ -24,7 +24,9 @@ jobs: |
|
|
|
|
distribution: 'adopt' |
|
|
|
|
java-version: '17' |
|
|
|
|
- name: prerequisites |
|
|
|
|
run: sudo apt-get install autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja-build ragel groff gtk-doc-tools libtasn1-bin |
|
|
|
|
run: | |
|
|
|
|
sudo apt-get update |
|
|
|
|
sudo apt-get install autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja-build ragel groff gtk-doc-tools libtasn1-bin |
|
|
|
|
- name: prerequisites 2 |
|
|
|
|
run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --uninstall "cmake;3.10.2.4988404" "cmake;3.18.1" |
|
|
|
|
- name: upgrade meson |
|
|
|
@ -62,7 +64,9 @@ jobs: |
|
|
|
|
distribution: 'adopt' |
|
|
|
|
java-version: '17' |
|
|
|
|
- name: prerequisites |
|
|
|
|
run: sudo apt-get install autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja-build ragel groff gtk-doc-tools libtasn1-bin |
|
|
|
|
run: | |
|
|
|
|
sudo apt-get update |
|
|
|
|
sudo apt-get install autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja-build ragel groff gtk-doc-tools libtasn1-bin |
|
|
|
|
- name: prerequisites 2 |
|
|
|
|
run: ${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager --uninstall "cmake;3.10.2.4988404" "cmake;3.18.1" |
|
|
|
|
- name: upgrade meson |
|
|
|
|