Remove --reconfigure and --rebuild option to avoid building USVFS twice.

This commit is contained in:
Mikaël Capelle
2025-05-23 12:01:19 +02:00
parent 77a480db73
commit be35a1764f
+1 -1
View File
@@ -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