build(snap): Fix snap to pull from latest master [skip ci] (#783)

pull/788/head
samwiseg0 4 years ago committed by GitHub
parent 136d874cba
commit 2e724b5bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,10 @@ jobs:
- armhf - armhf
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 0
- run: git checkout master
- name: Prepare - name: Prepare
id: prepare id: prepare

Loading…
Cancel
Save