Skip to content

Commit

Permalink
fix: GN_EXTRA_ARGS syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
VerteDinde committed Feb 7, 2024
1 parent 48b27ef commit d66b878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-build.yml
Expand Up @@ -250,7 +250,7 @@ jobs:
if [[ ${{ matrix.build-type }} == "darwin" ]]; then
echo 'GN_EXTRA_ARGS=target_cpu = "arm64"' >> $GITHUB_ENV
else
echo GN_EXTRA_ARGS=is_mas_build = true target_cpu = "arm64"' >> $GITHUB_ENV
echo 'GN_EXTRA_ARGS=is_mas_build = true target_cpu = "arm64"' >> $GITHUB_ENV
echo "MAS_BUILD=true" >> $GITHUB_ENV
fi
- name: Fix Sync
Expand Down

0 comments on commit d66b878

Please sign in to comment.