Skip to content

Commit

Permalink
Merge branch 'main' into wingman-flyci-action-ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
n-valchev authored Jul 11, 2024
2 parents 903de78 + ef0db8f commit 83e6809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ on:

jobs:
ci:

permissions:
id-token: write
contents: read

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Go to the project folder and run the following steps:
- `yarn build-ios` or `yarn build-android` to build the project
- `yarn ios` or `yarn android` to run it

NOTE: For any issues build failing due to Flipper dependency, you might check [this discussion](https://github.com/facebook/react-native/issues/43335).
NOTE: If you have issues with your build failing due to Flipper dependency, you might check [this discussion](https://github.com/facebook/react-native/issues/43335).

## License

Expand Down

0 comments on commit 83e6809

Please sign in to comment.