mirror of
https://github.com/ModOrganizer2/build-with-mob-action.git
synced 2026-07-27 14:08:35 -07:00
Remove --reconfigure and --rebuild option to avoid building USVFS twice.
This commit is contained in:
+1
-1
@@ -165,7 +165,7 @@ runs:
|
||||
|
||||
- name: Build MO2 modules
|
||||
shell: pwsh
|
||||
run: mob -l 4 -d . build --ignore-uncommitted-changes --no-pull --reconfigure --rebuild ${{ inputs.mo2-dependencies }}
|
||||
run: mob -l 4 -d . build --ignore-uncommitted-changes --no-pull ${{ inputs.mo2-dependencies }}
|
||||
env:
|
||||
VCPKG_BINARY_SOURCES: clear;files,${{ github.workspace }}/vcpkg_cache,readwrite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user