mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:03:02 +01:00
84a0168870
Add GitHub action to run second phase in MacOS machine, where Android emulator can run. Currently this is done for ARM 32/64 builds.
5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
$ANDROID_HOME/cmdline-tools/latest/bin/avdmanager delete avd --name firebird-builder
|