Skip to content

Commit da64590

Browse files
committed
fix(ci): specify dotnet mise backend
1 parent dff679f commit da64590

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

mise.lock

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[[tools.dotnet]]
2-
version = "10.0.103"
3-
backend = "asdf:dotnet"
4-
51
[[tools.hk]]
62
version = "1.36.0"
73
backend = "aqua:jdx/hk"
@@ -18,3 +14,12 @@ backend = "aqua:apple/pkl"
1814
"platforms.macos-arm64" = { checksum = "sha256:f1db44c0f6f859aee88c9d7d272f2371ae40ac95ec9957ae78eff51665158e04", url = "https://github.com/apple/pkl/releases/download/0.30.2/pkl-macos-aarch64"}
1915
"platforms.macos-x64" = { checksum = "sha256:5f62ae7a7a34c15b3a83af17bda8e6b98516953f383a492340d4aa090caaa6d9", url = "https://github.com/apple/pkl/releases/download/0.30.2/pkl-macos-amd64"}
2016
"platforms.windows-x64" = { checksum = "sha256:19e92aa59bcf4e54963b6e3b419af7e1b939f5793b44f4a08d60bab1217106f4", url = "https://github.com/apple/pkl/releases/download/0.30.2/pkl-windows-amd64.exe"}
17+
18+
[[tools."vfox:dotnet"]]
19+
version = "10.0.103"
20+
backend = "vfox:dotnet"
21+
"platforms.linux-arm64" = { url = "https://dot.net/v1/dotnet-install.sh"}
22+
"platforms.linux-x64" = { url = "https://dot.net/v1/dotnet-install.sh"}
23+
"platforms.macos-arm64" = { url = "https://dot.net/v1/dotnet-install.sh"}
24+
"platforms.macos-x64" = { url = "https://dot.net/v1/dotnet-install.sh"}
25+
"platforms.windows-x64" = { url = "https://dot.net/v1/dotnet-install.ps1"}

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tools]
2-
dotnet = "10"
2+
"vfox:dotnet" = "10"
33
hk = "latest"
44
pkl = "latest"
55

0 commit comments

Comments
 (0)