about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <seebastien.chev@gmail.com>2023-09-02 16:22:58 +0200
committerptitSeb <seebastien.chev@gmail.com>2023-09-02 16:22:58 +0200
commit8a25b91ad23b8ef0c1154f43f95459209d372463 (patch)
treedc564c30b2155310cf82c7bd6a4664255fea4a6c
parentcacd7dd2eb748562ba8ab867b89a15a0de983271 (diff)
downloadbox64-8a25b91ad23b8ef0c1154f43f95459209d372463.tar.gz
box64-8a25b91ad23b8ef0c1154f43f95459209d372463.zip
[ANDROID] typo, typo, and typo
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 44478de5..9bfaf48a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -107,7 +107,7 @@ jobs:
           fi
 
           cd build
-          if [[ ${{ matrix.platform }} != 'ANDRDOID' ]]; then
+          if [[ ${{ matrix.platform }} != 'ANDROID' ]]; then
             if [[ ${{ matrix.platform }} == 'RISCV' ]]; then
               QEMU_LD_PREFIX=/usr/riscv64-linux-gnu/ ctest -j$(nproc) --rerun-failed --output-on-failure
             elif [[ ${{ matrix.platform }} != 'X64' ]]; then