Skip to content

Commit

Permalink
Change path back to onyx/bin
Browse files Browse the repository at this point in the history
  • Loading branch information
lubnar committed Oct 24, 2024
1 parent cb790d3 commit 7395c85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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@v4
with:
path: |
onyx
onyx/bin
key: ${{ runner.os }}-golang-${{ hashFiles('onyx/src/**') }}
restore-keys: |
${{ runner.os }}-golang-
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
uses: actions/cache@v4
with:
path: |
onyx
onyx/bin
key: ${{ runner.os }}-golang-${{ hashFiles('onyx/src/**') }}
restore-keys: |
${{ runner.os }}-golang-
Expand Down

0 comments on commit 7395c85

Please sign in to comment.