diff options
| author | Mikaƫl Capelle <capelle.mikael@gmail.com> | 2024-05-25 13:14:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-25 13:14:46 +0200 |
| commit | fa82d1cca1544c401bc06c341ce265a346a498b9 (patch) | |
| tree | e67f24433b315b71729d2e8bea12c72c32244d83 /.github | |
| parent | 9ee4c5afe18eb887acf4ea843b56da9a267d34b0 (diff) | |
Switch from fmtlib to std::format. (#2031)
* Switch from fmtlib to std::format.
* Remove libffi from dependencies in Github action.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 098a8d85..5aade280 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,6 +15,6 @@ jobs: with: qt-modules: qtpositioning qtwebchannel qtwebengine qtwebsockets mo2-third-parties: - 7z zlib fmt gtest libbsarch libloot openssl libffi bzip2 python lz4 spdlog + 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 |
