File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,13 @@ jobs:
41
41
42
42
- name : Cache Tools and Kernel
43
43
id : cache-tools-kernel
44
- uses : actions/cache@v3
44
+ uses : actions/cache@v4
45
45
env :
46
46
cache-name : " cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-${{ matrix.build_env.target}}-${{ matrix.build_env.subtarget}}"
47
47
with :
48
- path : .
49
- key : ${{ runner.os }}-build-vm3-${{ env.cache-name }}
48
+ key : ${{ runner.os }}-build-vm4-${{ env.cache-name }}
50
49
restore-keys : |
51
- ${{ runner.os }}-build-vm3 -cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-
50
+ ${{ runner.os }}-build-vm4 -cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-
52
51
53
52
- name : Building kernel and tools
54
53
if : ${{ steps.cache-tools-kernel.outputs.cache-hit != 'true' }}
95
94
96
95
- name : Build AmneziaWG
97
96
run : |
98
- make target/linux/compile -i -j `nproc` V=s
99
-
100
97
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
101
98
echo "Vermagic: $VERMAGIC"
102
99
You can’t perform that action at this time.
0 commit comments