From ef1c6ca4757694101ec140e5c80c02df6c73b402 Mon Sep 17 00:00:00 2001 From: lubnar Date: Tue, 29 Oct 2024 09:19:00 +0100 Subject: [PATCH] Update onyx deps cache --- .github/workflows/build-onyx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-onyx.yml b/.github/workflows/build-onyx.yml index 6e62186d..a3db936b 100644 --- a/.github/workflows/build-onyx.yml +++ b/.github/workflows/build-onyx.yml @@ -22,6 +22,8 @@ jobs: with: go-version: ">=1.20.0" cache: true + cache-dependency-path: | + onyx/go.sum - name: restore cache if exists id: cache