Trying actions/checkout@v3

pull/63/head
Javernaut 2 years ago
parent 8b496b2678
commit 89631fa511
  1. 2
      .github/workflows/compilability_check.yml

@ -8,7 +8,7 @@ jobs:
abi: [ "armeabi-v7a", "arm64-v8a", "x86", "x86_64" ] abi: [ "armeabi-v7a", "arm64-v8a", "x86", "x86_64" ]
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Setup the environment - name: Setup the environment
run: | run: |

Loading…
Cancel
Save