Skip to content

Commit

Permalink
Fix build (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaProductions committed Sep 25, 2023
1 parent 52538fc commit 6c54d22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
submodules: true
lfs: true
- name: Git Sumbodule Update
run: |
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Add MSBuild to PATH
uses: microsoft/[email protected]
- name: Restore NuGet Packages
Expand Down

0 comments on commit 6c54d22

Please sign in to comment.