Skip to content

Commit 93ad67a

Browse files
committed
Minor cleanup.
1 parent 7fbb8f8 commit 93ad67a

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/Biohazrd.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ jobs:
8888
# However, the runners do have a full LLVM toolchian installed via brew, so we use that for tests which require these tools
8989
run: python .github/workflows/gha.py set_environment_variable BIOHAZRD_FULL_LLVM_TOOLCHAIN_PATH "$(brew --prefix llvm)"
9090

91-
# ----------------------------------------------------------------------- Configure versioning
91+
# ----------------------------------------------------------------------- Configure build
9292
- name: Configure build
93-
id: configuration
9493
run: python .github/workflows/configure-build.py
9594
env:
9695
github_event_name: ${{github.event_name}}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Biohazrd
22

33
[![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)
55
[![NuGet Version](https://img.shields.io/nuget/v/Biohazrd?style=flat-square)](https://www.nuget.org/packages/Biohazrd/)
66
[![Sponsor](https://img.shields.io/badge/sponsor-%E2%9D%A4-lightgrey?logo=github&style=flat-square)](https://github.com/sponsors/PathogenDavid)
77

tooling/Common.csproj.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
This ensures Biohazrd packages use exact version matching for sibling Biohazrd dependencies since we do not support mixing and matching
4646
This target is taken from https://github.com/NuGet/Home/issues/5556#issuecomment-585482714
4747
-->
48-
<Target Name="UseExactProjectReferenvePackageVersions" AfterTargets="_GetProjectReferenceVersions">
48+
<Target Name="UseExactProjectReferencePackageVersions" AfterTargets="_GetProjectReferenceVersions">
4949
<ItemGroup>
5050
<_ProjectReferencesWithExactVersions Include="@(_ProjectReferencesWithVersions)">
5151
<ProjectVersion>[%(_ProjectReferencesWithVersions.ProjectVersion)]</ProjectVersion>

0 commit comments

Comments
 (0)