Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
saharNooby committed Apr 17, 2023
1 parent e29da07 commit 05825d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -24,7 +24,9 @@ jobs:
steps:
- name: Clone
id: checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Dependencies
id: depends
Expand Down Expand Up @@ -72,7 +74,9 @@ jobs:
steps:
- name: Clone
id: checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Dependencies
id: depends
Expand Down Expand Up @@ -130,7 +134,9 @@ jobs:
steps:
- name: Clone
id: checkout
uses: actions/checkout@v1
uses: actions/checkout@v3
with:
submodules: 'recursive'

- name: Build
id: cmake_build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Loading LoRA checkpoints in [Blealtan's format](https://github.com/Blealtan/RWKV
**Requirements**: [git](https://gitforwindows.org/).

```commandline
git clone https://github.com/saharNooby/rwkv.cpp.git
git clone --recursive https://github.com/saharNooby/rwkv.cpp.git
cd rwkv.cpp
```

Expand Down

0 comments on commit 05825d2

Please sign in to comment.