Skip to content

Commit

Permalink
Use GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Oct 6, 2023
1 parent 3a52564 commit ad1a1ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
$ccachepath = Join-Path $pwd "ccache-4.8-windows-x86_64"
$Env:PATH = "$ccachepath;" + $Env:PATH
Add-Content $env:GITHUB_PATH "$ccachepath"
$ccachecachedir = Join-Path $HOME ".ccache"
$Env:CCACHE_DIR="$ccachecachedir"
$Env:CCACHE_DIR
Expand Down Expand Up @@ -73,6 +74,7 @@ jobs:
run: |
$ccachepath = Join-Path $pwd "ccache-4.8-windows-x86_64"
$Env:PATH = "$ccachepath;" + $Env:PATH
Add-Content $env:GITHUB_PATH "$ccachepath"
$ccachecachedir = Join-Path $HOME ".ccache"
$Env:CCACHE_DIR="$ccachecachedir"
$Env:CCACHE_COMPRESS='1'
Expand Down

0 comments on commit ad1a1ee

Please sign in to comment.