workflows: Fix Windows build

This commit is contained in:
Tom Stellard 2021-03-05 11:57:24 -08:00
parent fc972fd39f
commit fee600aa24
1 changed files with 1 additions and 3 deletions

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