File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 88
88
# However, the runners do have a full LLVM toolchian installed via brew, so we use that for tests which require these tools
89
89
run : python .github/workflows/gha.py set_environment_variable BIOHAZRD_FULL_LLVM_TOOLCHAIN_PATH "$(brew --prefix llvm)"
90
90
91
- # ----------------------------------------------------------------------- Configure versioning
91
+ # ----------------------------------------------------------------------- Configure build
92
92
- name : Configure build
93
- id : configuration
94
93
run : python .github/workflows/configure-build.py
95
94
env :
96
95
github_event_name : ${{github.event_name}}
Original file line number Diff line number Diff line change 1
1
# Biohazrd
2
2
3
3
[ ![ MIT Licensed] ( https://img.shields.io/github/license/mochilibraries/biohazrd?style=flat-square )] ( LICENSE.txt )
4
- [ ![ CI Status] ( https://img.shields.io/github/workflow/status/mochilibraries/biohazrd/Biohazrd/main?style=flat-square&label=CI )] ( https://github.com/InfectedLibraries /Biohazrd/actions?query=workflow%3ABiohazrd+branch%3Amain )
4
+ [ ![ CI Status] ( https://img.shields.io/github/workflow/status/mochilibraries/biohazrd/Biohazrd/main?style=flat-square&label=CI )] ( https://github.com/MochiLibraries /Biohazrd/actions?query=workflow%3ABiohazrd+branch%3Amain )
5
5
[ ![ NuGet Version] ( https://img.shields.io/nuget/v/Biohazrd?style=flat-square )] ( https://www.nuget.org/packages/Biohazrd/ )
6
6
[ ![ Sponsor] ( https://img.shields.io/badge/sponsor-%E2%9D%A4-lightgrey?logo=github&style=flat-square )] ( https://github.com/sponsors/PathogenDavid )
7
7
Original file line number Diff line number Diff line change 45
45
This ensures Biohazrd packages use exact version matching for sibling Biohazrd dependencies since we do not support mixing and matching
46
46
This target is taken from https://github.com/NuGet/Home/issues/5556#issuecomment-585482714
47
47
-->
48
- <Target Name =" UseExactProjectReferenvePackageVersions " AfterTargets =" _GetProjectReferenceVersions" >
48
+ <Target Name =" UseExactProjectReferencePackageVersions " AfterTargets =" _GetProjectReferenceVersions" >
49
49
<ItemGroup >
50
50
<_ProjectReferencesWithExactVersions Include =" @(_ProjectReferencesWithVersions)" >
51
51
<ProjectVersion >[%(_ProjectReferencesWithVersions.ProjectVersion)]</ProjectVersion >
You can’t perform that action at this time.
0 commit comments