We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b67e55 commit ba2be16Copy full SHA for ba2be16
.github/workflows/compilability_check.yml
@@ -8,7 +8,7 @@ jobs:
8
abi: [ "armeabi-v7a", "arm64-v8a", "x86", "x86_64" ]
9
fail-fast: false
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
13
- name: Setup the environment
14
run: |
0 commit comments