Try alternate way of cloning RGL one level up

This commit is contained in:
John J. Camilleri
2020-06-30 11:12:10 +02:00
parent 398c64734c
commit daa2145378

View File

@@ -31,10 +31,8 @@ jobs:
pandoc
- name: Checkout RGL
env:
working-directory: ../
run: |
git clone https://github.com/GrammaticalFramework/gf-rgl.git
git clone --depth 1 https://github.com/GrammaticalFramework/gf-rgl.git ../gf-rgl
- name: Build Debian package
run: |