use fml11 for neoforge 26.1+ and update deps #1079
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Dev Builds | |
| on: [workflow_dispatch, push] | |
| jobs: | |
| tests: # runs on linux and windows | |
| uses: ./.github/workflows/tests.yml | |
| secrets: inherit | |
| build: # runs on linux | |
| uses: ./.github/workflows/build.yml | |
| secrets: inherit |