Skip to content

Commit

Permalink
fix(osx): update submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
FuckDoctors authored Nov 1, 2022
1 parent f0bde77 commit 5f696b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ jobs:
submodules: 'recursive'
ref: ${{ env.RDM_REF }}

- name: update submodules
run: |
git submodule update --remote
- name: build lz4
run: |
cd rdm/3rdparty/lz4/build/cmake
Expand All @@ -236,8 +240,6 @@ jobs:
- name: build snappy
run: |
cd rdm/3rdparty/snappy
git fetch
git merge origin/master
cmake . && make
- name: build brotli
Expand Down

0 comments on commit 5f696b3

Please sign in to comment.