Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Jun 28, 2024
1 parent 9655301 commit 4e8989d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,19 @@ jobs:
sudo apt-get install ninja-build valgrind -y
sudo pip install meson --break-system-packages
- name: Fix pkg-config (Windows)
- name: Fix pkg-config (Windows MSVC)
if: matrix.config.os == 'windows' && matrix.config.environment == 'msvc'
run: |
Remove-Item -Path C:\Strawberry\ -Recurse
choco install pkgconfiglite
echo "PKG_CONFIG_PATH=C:/lib/pkgconfig" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Adjust pkg-config PATH (Windows MYSYS2)
if:
run: |
echo "PKG_CONFIG_PATH=C:/:$PKG_CONFIG_PATH" >> "$GITHUB_ENV"
env
- name: Configure
run: |
cd oopetris
Expand Down

0 comments on commit 4e8989d

Please sign in to comment.