Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonvanderbyl committed Jan 7, 2024
1 parent d0559ab commit 4ec36a6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ jobs:
with:
path: modules/rwkv

# init submodules in the rwkv module
- name: Init submodules
run: |
cd modules/rwkv
git submodule update --init --recursive
cd ../..
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
with:
path: modules/rwkv


# init submodules in the rwkv module
- name: Init submodules
run: |
cd modules/rwkv
git submodule update --init --recursive
cd ../..
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
with:
Expand Down

0 comments on commit 4ec36a6

Please sign in to comment.