Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shulgastanslv authored Aug 21, 2024
1 parent c6052a8 commit 6cbffd1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ jobs:

- name: Set environment var
shell: pwsh
run: $env:DXSDK_DIR = 'C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)'
run: |
$env:DXSDK_DIR = 'C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)'
echo $env:DXSDK_DIR
- name: Show environment variable in PowerShell
shell: pwsh
run: echo $env:DXSDK_DIR
run: |
echo $env:DXSDK_DIR
- name: Set environment variable in PowerShell
shell: pwsh
Expand Down

0 comments on commit 6cbffd1

Please sign in to comment.