1
1
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:
Tom Stellard 2021-03-05 11:57:24 -08:00 committed by Tom Stellard
parent 080dcfe308
commit 42dd94ea30

View File

@ -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