Skip to content

Commit

Permalink
windows successful build repro
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed Sep 26, 2024
1 parent 5f268ef commit d9e93f3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ jobs:
runs-on: windows-2019
strategy:
matrix:
platform: [x86, x64, ARM64]
config: [Debug, Release]
react-native-version: ['0.73', '0.74']
platform: [x64] #[x86, x64, ARM64]
config: [Release] #[Debug, Release]
react-native-version: ['0.73'] #['0.73', '0.74']
steps:
- name: Support longpaths
run: git config --system core.longpaths true
Expand All @@ -123,11 +123,11 @@ jobs:
with:
submodules: 'true'
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
# - name: Setup Node 20
# uses: actions/setup-node@v3
# with:
# node-version: 20
uses: microsoft/setup-msbuild@v1.0.2
- name: Setup Node 20
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install watchman
run: choco install watchman
working-directory: ./Apps/BRNPlayground
Expand Down

0 comments on commit d9e93f3

Please sign in to comment.