mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 23:10:40 +00:00
checkout first
This commit is contained in:
parent
3b8a79e25e
commit
dfb5b55bb6
1 changed files with 4 additions and 4 deletions
8
.github/workflows/pr_check.yml
vendored
8
.github/workflows/pr_check.yml
vendored
|
@ -21,6 +21,10 @@ jobs:
|
|||
runs-on: macos-11
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Connect private iap package
|
||||
uses: webfactory/ssh-agent@v0.8.0
|
||||
if: ${{ !env.STUB_IAP }}
|
||||
|
@ -31,10 +35,6 @@ jobs:
|
|||
if: ${{ env.STUB_IAP }}
|
||||
run: bash ./.github/scripts/stub_iap.sh
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
channel: "stable"
|
||||
|
|
Loading…
Reference in a new issue