Skip to content

Commit

Permalink
Env var help
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey authored Jun 6, 2024
1 parent 477b930 commit 327c0e5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,12 @@ jobs:
if: runner.os == 'Windows'
id: set_path
run: |
echo "cur_path=$env:PATH\n" >> $GITHUB_OUTPUT
echo "usr_path=$env:USERPROFILE\n" >> $GITHUB_OUTPUT
echo "cur_path=$env:PATH\n" >> $env:GITHUB_OUTPUT
- name: Setup Android Environment
uses: android-actions/setup-android@v3
if: runner.os == 'Windows'
env:
PATH: "${{ steps.set_path.outputs.usr_path}}\\.dotnet\\tools;${{ steps.set_path.outputs.cur_path }}"
PATH: "${{ env.DOTNET_ROOT }};${{ env.DOTNET_ROOT }}\\tools;${{ steps.set_path.outputs.cur_path }}"
- name: Install Android Platforms
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 327c0e5

Please sign in to comment.