ci: test using cross for all compilation targets

This commit is contained in:
2025-09-13 16:20:40 -06:00
parent 6c7f1c7ecd
commit b956e95619
4 changed files with 3 additions and 36 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ jobs:
target: ${{ matrix.job.target }}
- uses: taiki-e/install-action@cross
if: ${{ matrix.job.use-cross }}
# if: ${{ matrix.job.use-cross }}
- name: Installing needed Ubuntu dependencies
if: matrix.job.os == 'ubuntu-latest'