diff options
| author | ptitSeb <seebastien.chev@gmail.com> | 2023-09-02 16:22:58 +0200 |
|---|---|---|
| committer | ptitSeb <seebastien.chev@gmail.com> | 2023-09-02 16:22:58 +0200 |
| commit | 8a25b91ad23b8ef0c1154f43f95459209d372463 (patch) | |
| tree | dc564c30b2155310cf82c7bd6a4664255fea4a6c /.github/workflows | |
| parent | cacd7dd2eb748562ba8ab867b89a15a0de983271 (diff) | |
| download | box64-8a25b91ad23b8ef0c1154f43f95459209d372463.tar.gz box64-8a25b91ad23b8ef0c1154f43f95459209d372463.zip | |
[ANDROID] typo, typo, and typo
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
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 |