From b7d59f18ff3df765beb4e1d34e382ebb91673449 Mon Sep 17 00:00:00 2001 From: Vaclav Elias Date: Thu, 30 May 2024 00:47:46 +0100 Subject: [PATCH] Update tookit-ndepend-github.yml --- .github/workflows/tookit-ndepend-github.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tookit-ndepend-github.yml b/.github/workflows/tookit-ndepend-github.yml index 89f58488..528c3317 100644 --- a/.github/workflows/tookit-ndepend-github.yml +++ b/.github/workflows/tookit-ndepend-github.yml @@ -27,7 +27,7 @@ jobs: lfs: true - name: Restore Stride dependencies - run: dotnet restore ${{ env.PROJECT_PATH_CORE }} + run: dotnet restore ${{ env.PROJECT_PATH_CORE }} --runtime win-x64 - name: Build Stride.CommunityToolkit.sln run: dotnet build ${{ env.PROJECT_PATH_CORE }} --no-restore @@ -52,4 +52,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ${{ env.DEPLOY_DIR }} destination_dir: toolkit/ndepend - publish_branch: gh-pages \ No newline at end of file + publish_branch: gh-pages