We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bb9b2e commit a3c7984Copy full SHA for a3c7984
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
dotnet-version: '10.0.x'
21
22
- name: Restore
23
- run: dotnet restore ./Studue/Studue.csproj
+ run: dotnet restore ./Studue/Studue.csproj -r linux-x64
24
25
- name: Build
26
run: dotnet publish ./Studue/Studue.csproj --configuration Release --no-restore --output ./ReleaseBuild -r linux-x64
0 commit comments