change MAX_IMAGE_PIXELS on x64 to be MAX_IMAGE_DIMENSIONS ^2 #391
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Test Win32 (Debug) | |
on: [push, pull_request] | |
jobs: | |
call-workflow-build: | |
uses: ./.github/workflows/workflow-build-wtl-cache.yml | |
with: | |
platform-arch: Win32 | |
build-config: Debug |