Skip to content

Commit

Permalink
change cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
lubnar committed Oct 24, 2024
1 parent e67003c commit 0f879d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-onyx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
onyx/bin
onyx
key: ${{ runner.os }}-golang-${{ hashFiles('onyx/src/**') }}
restore-keys: |
${{ runner.os }}-golang-
Expand Down

0 comments on commit 0f879d4

Please sign in to comment.