fix fake resource hashes + re-enable cli calls for github actions

This commit is contained in:
HJfod 2022-12-31 01:00:14 +02:00
parent 486f5ab751
commit 78f934e91e
2 changed files with 1 additions and 2 deletions
.github/workflows
cmake

View file

@ -71,7 +71,6 @@ jobs:
${{ matrix.config.prefixes }} cmake -B
${{ github.workspace }}/build
${{ matrix.config.extra_flags }}
-DGEODE_DISABLE_CLI_CALLS=ON
-DCLI_PATH="${{ github.workspace }}/cli"
-D CMAKE_C_COMPILER_LAUNCHER=ccache
-D CMAKE_CXX_COMPILER_LAUNCHER=ccache

View file

@ -139,7 +139,7 @@ function(package_geode_resources_now proname src dest header_dest)
set(HEADER_FILE
"#include <unordered_map>\n\n"
"static const std::unordered_map<std::string, std::string> "
"LOADER_RESOURCE_HASHES {};\n"
"LOADER_RESOURCE_HASHES {}\;\n"
)
file(WRITE ${header_dest} ${HEADER_FILE})
message(STATUS "Wrote fake resource hashes to ${header_dest}")