From 8314085b712b8a01c4412768e5214cae7c17bf0f Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Fri, 22 Mar 2024 19:56:24 -0500 Subject: [PATCH] Cache xwin files. --- .github/workflows/ikvm-native-sdk.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ikvm-native-sdk.yml b/.github/workflows/ikvm-native-sdk.yml index cf75a31..1aad78f 100644 --- a/.github/workflows/ikvm-native-sdk.yml +++ b/.github/workflows/ikvm-native-sdk.yml @@ -23,6 +23,11 @@ jobs: run: | sudo apt-get update && sudo apt-get install -y zip unzip curl wget + - name: Cache (xwin) + uses: actions/cache@v4 + with: + path: /tmp/xwincache + key: tmp--xwincache--${{ matrix.rid }}--${{ runner.os }}--${{ hashFiles('win/build.sh') }}-1 - name: Build run: win/build.sh - name: Package (win)