Skip to content

Commit

Permalink
fix CI for 72
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaKapos committed Nov 14, 2024
1 parent b9bb68c commit 4443dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template-testcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: ../testrnx

- name: add Windows (RNW via ${{ inputs.useRnwNuGet && 'NuGet' || 'Source' }})
run: npx --yes react-native init-windows --overwrite
run: npx --yes ${{ inputs.rnwVersion == '0.72-stable' && 'react-native-windows-init' || 'react-native init-windows'}} --overwrite
working-directory: ../testrnx

- name: link react-native-xaml
Expand Down

0 comments on commit 4443dd5

Please sign in to comment.