mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
use modern CI rules
This commit is contained in:
parent
330f01ed6f
commit
b2ed20546a
1 changed files with 4 additions and 3 deletions
7
.github/workflows/android.yml
vendored
7
.github/workflows/android.yml
vendored
|
|
@ -10,9 +10,10 @@ jobs:
|
|||
name: Test
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Checkout submodules
|
||||
uses: textbook/git-checkout-submodule-action@master
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Loading secrets
|
||||
env:
|
||||
gservices: ${{ secrets.gservices }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue