Skip to content

Commit

Permalink
chore(workflow): submodule recursive checkout & secret
Browse files Browse the repository at this point in the history
- Removed Jenny generation for Entitas
  • Loading branch information
cherrynik committed Nov 21, 2023
1 parent 3f40305 commit 3ebce03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ 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:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore

- name: Generate ECS files by Jenny
run: make gen

- name: Build
run: dotnet build --no-restore
env:
Expand Down

0 comments on commit 3ebce03

Please sign in to comment.