Skip to content

Commit

Permalink
fix: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Oct 30, 2024
1 parent 67c8e42 commit 105d9c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Restore CLEO Build Cache
uses: actions/cache@v4
with:
path: ./build/
key: ${{ runner.os }}-cleo-build-cache-${{ hashFiles('./build/**') }}

- name: Build main
run: cd build && make

Expand Down

0 comments on commit 105d9c3

Please sign in to comment.