Apply suggestion

Co-authored-by: Susko3 <Susko3@protonmail.com>
This commit is contained in:
hwsmm 2025-01-26 02:50:00 +09:00 committed by GitHub
parent 10972ff222
commit 5f4ba18c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
submodules: true
- name: Build (Linux ARM)
if: contains(matrix.platform.target_apt_arch, 'arm')
if: contains(matrix.platform.container, 'arm')
uses: addnab/docker-run-action@v3
with:
image: ${{ matrix.platform.container }}