Skip to content

Commit

Permalink
Cache xwin files.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Mar 23, 2024
1 parent 8c98808 commit 8314085
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ikvm-native-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8314085

Please sign in to comment.