We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0aaea5 commit e9d6a6dCopy full SHA for e9d6a6d
.github/workflows/main.yml
@@ -13,7 +13,7 @@ env:
13
14
jobs:
15
android-test:
16
- name: ${{ format('x86_64-linux-android {1}', matrix.features)}}
+ name: ${{ format('x86_64-linux-android {0}', matrix.features)}}
17
runs-on: ubuntu-24.04
18
env:
19
RUST_BACKTRACE: 1
0 commit comments