Skip to content

Commit

Permalink
Make: Disable go submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
gurgenyegoryan authored Aug 17, 2023
1 parent e48ba57 commit e5c8a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
run: git clone https://github.com/unum-cloud/www.unum.cloud-furo && cd www.unum.cloud-furo && pip install . && cd ../
- name: Install UKV from PyPi
run: pip install ukv
- name: Fetch GoLang repo
run: git submodule update --init --recursive --remote go-ustore/
# - name: Fetch GoLang repo
# run: git submodule update --init --recursive --remote go-ustore/
- name: Build documentation
run: cd docs && doxygen conf.dox && make html
- name: Copy assets
Expand Down

0 comments on commit e5c8a72

Please sign in to comment.