Update main.yml

This commit is contained in:
green1052 2022-07-07 17:07:49 +09:00 committed by GitHub
parent 840b92359c
commit 70cb90d19c

View File

@ -25,7 +25,7 @@ jobs:
# Check cache
- name: Cache buildroot
id: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: .buildroot
key: ${{ runner.os }}-${{ hashFiles('files/configs/arpl_defconfig') }}