Skip to content

Commit

Permalink
use cache/save to avoid restore
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcapper committed Dec 16, 2024
1 parent b649ab7 commit 2b3307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gnulib_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: clone srcs
run: git clone --bare git://git.sv.gnu.org/gnulib.git d:/WLB/gnulib.git
- name: Cache gnulib bare repo
uses: actions/cache@v4
uses: actions/cache/save@v4
with:
path: d:/WLB/gnulib.git
key: gnulib-bare
Expand Down

0 comments on commit 2b3307e

Please sign in to comment.