Skip to content

Commit

Permalink
issue with windows patch
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Sep 26, 2024
1 parent dae9b8f commit a0f8e28
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
matrix:
platform: [x64, ARM64]
config: [Debug, Release]
react-native-version: ['0.73', '0.74']
react-native-version: [''] #['0.73', '0.74']
steps:
- name: Support longpaths
run: git config --system core.longpaths true
Expand All @@ -131,9 +131,9 @@ jobs:
- name: Install watchman
run: choco install watchman
working-directory: ./Apps/BRNPlayground
- name: Set React-Native version ${{ matrix.react-native-version }}
run: npm run set-react-version -- ${{ matrix.react-native-version }}
working-directory: ./Apps/BRNPlayground
# - name: Set React-Native version ${{ matrix.react-native-version }}
# run: npm run set-react-version -- ${{ matrix.react-native-version }}
# working-directory: ./Apps/BRNPlayground
- name: NPM Install RNTA
run: npm install
working-directory: ./Apps/BRNPlayground
Expand Down

0 comments on commit a0f8e28

Please sign in to comment.