Skip to content

Commit adc1eca

Browse files
committed
try rebuild all
1 parent e1fcf19 commit adc1eca

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build-module.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,13 @@ jobs:
4141

4242
- name: Cache Tools and Kernel
4343
id: cache-tools-kernel
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
env:
4646
cache-name: "cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-${{ matrix.build_env.target}}-${{ matrix.build_env.subtarget}}"
4747
with:
48-
path: .
49-
key: ${{ runner.os }}-build-vm3-${{ env.cache-name }}
48+
key: ${{ runner.os }}-build-vm4-${{ env.cache-name }}
5049
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}}-
5251
5352
- name: Building kernel and tools
5453
if: ${{ steps.cache-tools-kernel.outputs.cache-hit != 'true' }}
@@ -95,8 +94,6 @@ jobs:
9594
9695
- name: Build AmneziaWG
9796
run: |
98-
make target/linux/compile -i -j `nproc` V=s
99-
10097
VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic`
10198
echo "Vermagic: $VERMAGIC"
10299

0 commit comments

Comments
 (0)