Test the linker.

This commit is contained in:
Relintai 2022-10-09 09:41:33 +02:00
parent 96e504a804
commit 5adef3820b

View File

@ -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