We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check #13781
Homebrew is not available by default anymore. You'll have to add
- name: Set up Homebrew id: set-up-homebrew uses: Homebrew/actions/setup-homebrew@master
Java 11 is needed
- name: Setup Java uses: actions/setup-java@v2 with: distribution: 'adopt' java-version: '11'
I went through all repos and collected some real/waiting PRs (not the dep PRs or really old ones)
perhaps I've missed some 😄 But at least we have some overview of tickets that can be reviewed at some point.
The text was updated successfully, but these errors were encountered:
tidev/titanium-docs#106 has to be merged with a new alloy version. But that won't be any problem
Sorry, something went wrong.
No branches or pull requests
Update notes
package.json
check #13781
Workflows
Homebrew is not available by default anymore. You'll have to add
Java 11 is needed
I went through all repos and collected some real/waiting PRs (not the dep PRs or really old ones)
perhaps I've missed some 😄
But at least we have some overview of tickets that can be reviewed at some point.
The text was updated successfully, but these errors were encountered: