diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b147a6a..4911a12 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install solution dependencies
- run: dotnet restore --force-evaluate --no-http-cache --force
+ run: dotnet restore src/Danom.Mvc --force-evaluate --no-http-cache --force
- name: Build Core
run: dotnet build src/Danom -c Release
diff --git a/src/Danom/Option/Option.cs b/src/Danom/Option/Option.cs
index c0172b2..f50124f 100644
--- a/src/Danom/Option/Option.cs
+++ b/src/Danom/Option/Option.cs
@@ -6,7 +6,7 @@ namespace Danom;
///
///
public readonly struct Option
- : IEquatable