mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-24 11:49:14 -05:00
workflows ccache test 6
This commit is contained in:
@@ -177,20 +177,6 @@ jobs:
|
||||
ccache --zero-stats
|
||||
echo "::endgroup::"
|
||||
|
||||
# - name: ccache install 🥳
|
||||
# run: |
|
||||
# choco install ccache -y
|
||||
|
||||
# - name: ccache setup 🕺
|
||||
# uses: Chocobo1/setup-ccache-action@v1
|
||||
# with:
|
||||
# prepend_symlinks_to_path: false
|
||||
# install_ccache: false
|
||||
# update_packager_index: false
|
||||
# ccache_options: |
|
||||
# compression = false
|
||||
# max_size = 1G
|
||||
|
||||
- name: vcpkg set-up environment
|
||||
run: |
|
||||
Write-Output "VCPKG_ROOT=${env:VCPKG_INSTALLATION_ROOT}" | `
|
||||
|
||||
@@ -103,7 +103,7 @@ namespace
|
||||
/*! Flat bindings map for an insert statement. */
|
||||
const auto flatValuesForInsert = [](const auto &values)
|
||||
{
|
||||
// All 'values' are const lvalues so no need to for rvalue 'values'
|
||||
// All 'values' are const lvalues so no need to for the rvalue 'values'
|
||||
|
||||
QVector<QVariant> flattenValues;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user