generate cargo files with pinned deps (#380) #304
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: "Build, check, test, release" | |
| on: | |
| push: | |
| branches: | |
| - 'agave-v3.0.3' | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/build-common.yml | |
| with: | |
| upload_artifacts: true |