From 3ebce03116686a93d1dc324590fabcf1434db417 Mon Sep 17 00:00:00 2001 From: cherrynik Date: Tue, 21 Nov 2023 12:04:04 +0300 Subject: [PATCH] chore(workflow): submodule recursive checkout & secret - Removed Jenny generation for Entitas --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7db594c..330f395 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -13,6 +13,9 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 + with: + submodules: recursive + token: ${{ secrets.PAT_TOKEN }} - name: Setup .NET uses: actions/setup-dotnet@v3 with: @@ -20,9 +23,6 @@ jobs: - name: Restore dependencies run: dotnet restore - - name: Generate ECS files by Jenny - run: make gen - - name: Build run: dotnet build --no-restore env: