From 5adef3820b5182a4c61fbb324f42c0453868b113 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 9 Oct 2022 09:41:33 +0200 Subject: [PATCH] Test the linker. --- .github/actions/pandemonium-build-win-x86/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/pandemonium-build-win-x86/action.yml b/.github/actions/pandemonium-build-win-x86/action.yml index 459f7430d..59631b277 100644 --- a/.github/actions/pandemonium-build-win-x86/action.yml +++ b/.github/actions/pandemonium-build-win-x86/action.yml @@ -34,5 +34,5 @@ runs: SCONS_CACHE_LIMIT: ${{ inputs.scons-cache-limit }} run: | echo "Building with flags:" ${{ env.SCONSFLAGS }} - scons p=${{ inputs.platform }} target=${{ inputs.target }} tools=${{ inputs.tools }} tests=${{ inputs.tests }} --jobs=2 ${{ env.SCONSFLAGS }} - ls -l bin/ + which link + link --version