Skip to content

Commit

Permalink
[Misc] Forgot to change CI build cache key for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
native-m committed Feb 21, 2022
1 parent f69c0e5 commit 3d5a8a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
path: |
build/
key: ${{ runner.os }}-master
key: ${{ runner.os }}-${{ env.GITHUB_REF_NAME }}
- name: Create build dir
if: steps.cmake-cache.outputs.cache-hit != 'true'
run: |
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Create build dir
if: steps.cmake-cache.outputs.cache-hit != 'true'
run: |
mkdir build
New-Item -ItemType Directory -Force -Path build
- name: Build
run: |
$env:MONO_INCLUDE_DIR = "C:\Program Files\Mono\include\mono-2.0\"
Expand Down

0 comments on commit 3d5a8a5

Please sign in to comment.