Skip to content

Commit 21f3ffa

Browse files
committed
Enforce arch
1 parent c957725 commit 21f3ffa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ jobs:
5050
dotnet-version: '6.0.x'
5151

5252
- name: Install the latest version of uv
53-
uses: astral-sh/setup-uv@v3
53+
uses: astral-sh/setup-uv@v4
5454
with:
55+
architecture: ${{ matrix.os.platform }}
56+
python-version: ${{ matrix.python }}
5557
enable-cache: true
5658

5759
- name: Install dependencies

0 commit comments

Comments
 (0)