mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-03-26 07:30:12 +01:00
workflows: Fix Windows build
This commit is contained in:
parent
080dcfe308
commit
42dd94ea30
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@ -74,9 +74,7 @@ jobs:
|
|||||||
CXX: g++
|
CXX: g++
|
||||||
PkgConfig_DIR: ./
|
PkgConfig_DIR: ./
|
||||||
run: |
|
run: |
|
||||||
# Set PATH so CMake can find pkg-config
|
export PKG_CONFIG=`pwd`/bin/pkg-config.exe
|
||||||
export PATH=`pwd`/bin:$PATH
|
|
||||||
# export GTKMM_BASEPATH=`pwd`
|
|
||||||
./scripts/package.sh .
|
./scripts/package.sh .
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user