Skip to content

Commit

Permalink
revert windows stuff for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Dec 27, 2024
1 parent 3db446f commit 0508975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-nitrogen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ on:
jobs:
lint:
name: Run Nitrogen for example module (react-native-nitro-image)
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
Expand Down
1 change: 1 addition & 0 deletions packages/react-native-nitro-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
[
"typescript",
{
"tsc": "../../node_modules/.bin/tsc",
"project": "tsconfig.build.json"
}
]
Expand Down

0 comments on commit 0508975

Please sign in to comment.