Skip to content

Commit

Permalink
Update Submodule in workflow (#449)
Browse files Browse the repository at this point in the history
* Update version

* update dotnet version for workflows

* Update submodule
  • Loading branch information
cschuchardt88 authored Jul 5, 2024
1 parent 21a1cc1 commit 6969981
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
uses: dotnet/[email protected]
id: nbgv

- name: Update submodule
run: |
git submodule update --init --recursive --remote
- name: Build (${{ matrix.runtime }})
run: |
dotnet publish ./src/neoxp \
Expand Down

0 comments on commit 6969981

Please sign in to comment.