Skip to content

Commit

Permalink
build: update config files to ipsec-next linux repo
Browse files Browse the repository at this point in the history
  • Loading branch information
choppsv1 committed May 11, 2024
1 parent be68fc8 commit 1d2f54d
Show file tree
Hide file tree
Showing 5 changed files with 214 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
output-buildroot
root-key
root-key.pub
key: ${{ runner.os }}-br-${{ hashFiles('buildroot-ci.config', 'buildroot/dl/**', 'output-buildroot/build/linux-custom/.config', 'output-buildroot/build/linux-custom/**/*.c', 'output-buildroot/build/linux-custom/**/*.h', 'root-key', 'root-key.pub') }}
key: ${{ runner.os }}-br-${{ hashFiles('buildroot-ci.config', 'buildroot/dl/**', 'iproute2/**/*.c', 'iproute/**/*.h', 'output-buildroot/build/linux-custom/.config', 'output-buildroot/build/linux-custom/**/*.c', 'output-buildroot/build/linux-custom/**/*.h', 'root-key', 'root-key.pub') }}
restore-keys: |
key: ${{ runner.os }}-br-
Expand Down
Loading

0 comments on commit 1d2f54d

Please sign in to comment.