Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsgrill committed Oct 16, 2024
1 parent 912272d commit 666517a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
variables: |
VERSION: '${{ github.ref_type }}' == 'tag' ? "${{ steps.release_info.outputs.version }}" : "0.0.0.0"
- run: echo "VERSION=${{ env:VERSION }}" >> $GITHUB_ENV
- run: echo "VERSION=${{ env.VERSION }}" >> $GITHUB_ENV

- name: enable Projection FS
run: Enable-WindowsOptionalFeature -Online -FeatureName Client-ProjFS -NoRestart
Expand Down

0 comments on commit 666517a

Please sign in to comment.