Skip to content

Commit

Permalink
removed cache
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS committed Jul 29, 2024
1 parent eeb4165 commit d9cb21e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ jobs:
with:
xmake-version: branch@dev

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

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

0 comments on commit d9cb21e

Please sign in to comment.