diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2024-06-09 11:00:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-09 11:00:13 +0200 |
| commit | c43535f5bcf1043c3b9c00c77967267cf1acf60f (patch) | |
| tree | 455ed246fb7d6460c069573ad433e7b4cd667d17 /.github | |
| parent | 3d18f0cd38dc8b7dc980772f986944e5f9327dba (diff) | |
Update for new USVFS function scheme. (#2044)
* Update for new USVFS function scheme.
* Fix call to usvfsVersionString().
* Move USVFS to mo2 dependencies instead of third party in CI.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5aade280..89f3bc7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,5 +16,5 @@ jobs: qt-modules: qtpositioning qtwebchannel qtwebengine qtwebsockets mo2-third-parties: 7z zlib gtest libbsarch libloot openssl bzip2 python lz4 spdlog - boost boost-di sip pyqt pybind11 ss licenses explorerpp usvfs - mo2-dependencies: cmake_common uibase githubpp bsatk esptk archive lootcli game_gamebryo + boost boost-di sip pyqt pybind11 ss licenses explorerpp + mo2-dependencies: usvfs cmake_common uibase githubpp bsatk esptk archive lootcli game_gamebryo |
