Skip to content

Commit

Permalink
fix build CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Mar 11, 2024
1 parent 2148833 commit 8d62a47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_check_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: 'true'

- name: set outputs
id: set_outputs
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
# Setup the environment
- name: Checkout
uses: actions/checkout@v4
with:
lfs: 'true'

- name: load cached deps
uses: actions/cache@v4
Expand Down

0 comments on commit 8d62a47

Please sign in to comment.