Skip to content

Commit

Permalink
Remove FlatBuffers generation in Actions
Browse files Browse the repository at this point in the history
This is now handled directly in the csproj on pre-build.
  • Loading branch information
TangilJ committed Jun 21, 2024
1 parent 2f5de5a commit 50934c4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
with:
submodules: 'recursive'

- name: Generate Flatbuffers
run: .\generate-flatbuffers.bat

- name: Build
run: dotnet publish

Expand All @@ -33,9 +30,6 @@ jobs:
with:
submodules: 'recursive'

- name: Generate Flatbuffers
run: ./generate-flatbuffers.sh

- name: Build
run: dotnet publish

Expand Down

0 comments on commit 50934c4

Please sign in to comment.