Skip to content

Commit

Permalink
[infra/github] Fix gbs cache path (#14380)
Browse files Browse the repository at this point in the history
This commit fixes gbs rpm cache path.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <[email protected]>
  • Loading branch information
hseok-oh authored Dec 2, 2024
1 parent 3d3a2dd commit e1d9220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-onert-gbs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Caching GBS repository
uses: actions/cache@v4
with:
path: .gbs/local/repos/${{ matrix.profile }}/${{ matrix.arch }}
path: .gbs/local/cache
key: gbs-repo-${{ matrix.profile }}-${{ matrix.arch }}-${{ hashFiles('packaging/*.spec') }}
restore-keys: |
gbs-repo-${{ matrix.profile }}-${{ matrix.arch }}-
Expand Down

0 comments on commit e1d9220

Please sign in to comment.