Skip to content

Commit

Permalink
Skip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Sep 11, 2024
1 parent be2dfd7 commit b64c550
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build_windows_oapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,13 @@ jobs:
path: BeamableProduct/
ref: main

# Caches the UnrealSDK repo's Intermediate and Saved folders
- uses: actions/cache@v4
continue-on-error: false
with:
path: |
BeamableUnreal/Intermediate
BeamableUnreal/Saved
BeamableUnreal/BeamableUnreal.sln
key: unreal-${{ runner.os }}-Win64-client-${{ hashFiles('/BeamableUnreal/Source/**') }}
restore-keys: unreal-${{ runner.os }}-Win64-

# Sets the buildType ENV var as either server or client.
- name: Set buildType ENV var
id: set-build-type
run: echo "buildType=client" >> $env:GITHUB_ENV
- name: Set hash ENV var
id: get_commit_hash
working-directory: ./BeamableUnreal
working-directory: BeamableUnreal
run: echo "commit_hash=$(git rev-parse HEAD)" >> $env:GITHUB_ENV
- name: Check buildType ENV var
id: check-build-type
Expand Down

0 comments on commit b64c550

Please sign in to comment.