1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-06-05 21:49:20 +02: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++
PkgConfig_DIR: ./
run: |
# Set PATH so CMake can find pkg-config
export PATH=`pwd`/bin:$PATH
# export GTKMM_BASEPATH=`pwd`
export PKG_CONFIG=`pwd`/bin/pkg-config.exe
./scripts/package.sh .
shell: bash