Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mocsa authored Aug 27, 2024
1 parent 665e3e3 commit 811a56d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ jobs:
id: cache-msfs-sdk
uses: actions/cache@v2
with:
path: |
$env:MSFS_SDK
path: ${{ env.MSFS_SDK }}
key: msfs-sdk-${{ env.MSFS_SDK_VERSION }}

- if: ${{ steps.cache-msfs-sdk.outputs.cache-hit != 'true' }}
Expand Down Expand Up @@ -104,7 +103,7 @@ jobs:
- if: ${{ steps.cache-msfs-sdk.outputs.cache-hit != 'true' }}
uses: actions/cache/save@v3
with:
path: $env:MSFS_SDK
path: ${{ env.MSFS_SDK }}
key: msfs-sdk-${{ env.MSFS_SDK_VERSION }}

- name: Build
Expand Down

0 comments on commit 811a56d

Please sign in to comment.