Skip to content

Commit

Permalink
feat: build caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Buckminsterfullerene02 committed May 16, 2024
1 parent 666b477 commit ebecf0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ jobs:
with:
xmake-version: latest

- name: Cache
uses: actions/cache@v4
with:
path: |
.xmake
Binaries
Intermediates
key: ${{ runner.os }}-xmake-${{ hashFiles('**/xmake.lua') }}

- name: Build
run: |
xmake f -m "Game__Shipping__Win64" -y
Expand Down

0 comments on commit ebecf0f

Please sign in to comment.