Skip to content

Commit 7da35d8

Browse files
Temporarily remove the Windows example build check
1 parent 5c832c7 commit 7da35d8

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ReactNativeSlider-CI.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -154,24 +154,3 @@ jobs:
154154
run: |
155155
xcodebuild -workspace example.xcworkspace -scheme example -destination "platform=iOS Simulator" CODE_SIGNING_ALLOWED=NO COMPILER_INDEX_STORE_ENABLE=NO SKIP_BUNDLING=TRUE build | xcbeautify --renderer github-actions
156156
working-directory: example/ios
157-
158-
159-
build-Windows-app:
160-
name: Build example app Windows
161-
runs-on: windows-2022
162-
needs: [verify-example-sources]
163-
steps:
164-
- name: Ensure the cross-platform Git on Windows
165-
run: git config --global core.autocrlf false
166-
167-
- name: Checkout repository
168-
uses: actions/checkout@v4
169-
170-
- name: Install dependencies
171-
run: npm install
172-
173-
- name: Restore NuGet packages
174-
run: nuget restore .\example\windows\example.sln
175-
176-
- name: Build the Windows OS app
177-
run: cd example; npx react-native run-windows --arch x64 --no-launch --no-deploy --logging --sln .\windows\example.sln --proj .\windows\example\example.vcxproj

0 commit comments

Comments
 (0)