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 12b3801 commit 2c202f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
key: ${{ runner.os }}-cleo-build-${{ hashFiles('./build/**') }}
restore-keys: |
${{ runner.os }}-cleo-build-
compile:
runs-on: ubuntu-latest
needs: build
Expand All @@ -88,7 +89,7 @@ jobs:
uses: actions/cache@v4
with:
path: ./build/
key: ${{ runner.os }}-cleo-build-cache-${{ hashFiles('./build/**') }}
key: ${{ runner.os }}-cleo-build-${{ hashFiles('./build/**') }}

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

0 comments on commit 2c202f9

Please sign in to comment.