This commit is contained in:
Samuel Attard
2024-10-06 15:08:21 -07:00
parent ff97d98dee
commit a95d0cc1f1

View File

@@ -140,7 +140,7 @@ jobs:
run: |
cd src
for target_cpu in "${{ inputs.target-archs }}"
for target_cpu in ${{ inputs.target-archs }}
do
export GN_EXTRA_ARGS="target_cpu=\"$target_cpu\""
if [ "${{ inputs.target-platform }}" = "linux" ]; then