Skip to content

Commit

Permalink
ci: Tweak some more
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Jan 25, 2024
1 parent ce7fcf6 commit fc9b305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-windows-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ runs:
}
$platform = $platforms[$arch]
(Resolve-Path 'toolchain-windows\bin').Path >> $Env:GITHUB_PATH
echo PKG_CONFIG_PATH=$(Resolve-Path "sdk-windows\$platform-Release\lib\pkgconfig")
echo PKG_CONFIG_PATH=$(Resolve-Path "sdk-windows\$platform-Release\lib\pkgconfig") >> $Env:GITHUB_ENV
echo '=== Environment contains:'
cat $Env:GITHUB_ENV
shell: pwsh
- name: Set up Python
uses: actions/setup-python@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
--prefix "$(Resolve-Path $prefix)" `
--default-library static `
-Doptimization=s `
-Db_vscrt=mt `
-Dgumpp=enabled `
-Dgumjs=enabled `
$builddir
Expand Down

0 comments on commit fc9b305

Please sign in to comment.