mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
Try alternate way of cloning RGL one level up
This commit is contained in:
4
.github/workflows/build-debian-package.yml
vendored
4
.github/workflows/build-debian-package.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user