Skip to content

Commit a3c7984

Browse files
author
Flurin Brühwiler
committed
fix ci
1 parent 4bb9b2e commit a3c7984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
dotnet-version: '10.0.x'
2121

2222
- name: Restore
23-
run: dotnet restore ./Studue/Studue.csproj
23+
run: dotnet restore ./Studue/Studue.csproj -r linux-x64
2424

2525
- name: Build
2626
run: dotnet publish ./Studue/Studue.csproj --configuration Release --no-restore --output ./ReleaseBuild -r linux-x64

0 commit comments

Comments
 (0)