release/1.0.8-rc3 #43

Merged
notazof merged 98 commits from release/1.0.8-rc3 into main 2026-08-26 22:49:51 +01:00
Showing only changes of commit dab56e508f - Show all commits

hit the AVD
All checks were successful
Dotnet build and test / build (pull_request) Successful in 1h29m2s

Paul Schneider 2026-08-26 02:24:03 +01:00
Signed by: notazof
GPG key ID: 1DD5D838E5343B06

View file

@ -46,6 +46,7 @@ jobs:
- name: Démarrer l'émulateur QEMU Headless
run: |
set -e
export ANDROID_AVD_HOME=${ANDROID_HOME}/.android/avd
echo "Démarrage de l'émulateur en tâche de fond..."
emulator -avd pixel_test -no-window -no-audio -no-boot-anim -gpu swiftshader &
EMU_PID=$!