diff --git a/.github/workflows/build-module.yml b/.github/workflows/build-module.yml index d901653..9fa652b 100644 --- a/.github/workflows/build-module.yml +++ b/.github/workflows/build-module.yml @@ -41,14 +41,13 @@ jobs: - name: Cache Tools and Kernel id: cache-tools-kernel - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: "cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}-${{ matrix.build_env.target}}-${{ matrix.build_env.subtarget}}" with: - path: . - key: ${{ runner.os }}-build-vm3-${{ env.cache-name }} + key: ${{ runner.os }}-build-vm4-${{ env.cache-name }} restore-keys: | - ${{ runner.os }}-build-vm3-cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}- + ${{ runner.os }}-build-vm4-cache-tools-kernel-${{ matrix.tag }}-${{ matrix.build_env.pkgarch}}- - name: Building kernel and tools if: ${{ steps.cache-tools-kernel.outputs.cache-hit != 'true' }} @@ -95,8 +94,6 @@ jobs: - name: Build AmneziaWG run: | - make target/linux/compile -i -j `nproc` V=s - VERMAGIC=`cat ./build_dir/target-*/linux-*/linux-*/.vermagic` echo "Vermagic: $VERMAGIC"