Build in CI since gqlmapi is public

This commit is contained in:
Bill Avery 2021-02-10 16:57:16 -08:00
Родитель 2780aaef66
Коммит 7a9419089f
1 изменённых файлов: 3 добавлений и 5 удалений

8
.github/workflows/windows.yml поставляемый
Просмотреть файл

@ -33,11 +33,9 @@ jobs:
npm config set cmake_CMAKE_TOOLCHAIN_FILE $vcpkgToolchain
# Uncomment the next 2 blocks once microsoft/gqlmapi is public. Until then the build will fail
# because it can't clone that repo with FetchContent in CMake.
# - name: Build
# run: npm install
- name: Build
run: npm install
# The Test step depends on having a 64-bit version of Microsoft Office installed on the machine.
# - name: Test
# run: npm test