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 31, 2024
1 parent 698133a commit be40505
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/cache@v4
with:
path: ./build/
key: ${{ runner.os }}-cleo-build-${{ hashFiles('./build/**') }}
key: ${{ runner.os }}-cleo-build-${{ github.sha }}
restore-keys: |
${{ runner.os }}-cleo-build-
Expand All @@ -61,7 +61,6 @@ jobs:
- name: Build main
run: |
mkdir build
cmake -S ./ -B ./build \
-DCMAKE_C_COMPILER=gcc \
-DCMAKE_CXX_COMPILER=g++ \
Expand Down

0 comments on commit be40505

Please sign in to comment.