Skip to content

feat: custom npc shop items from lua table #7764

feat: custom npc shop items from lua table

feat: custom npc shop items from lua table #7764

Triggered via pull request December 1, 2023 01:05
Status Failure
Total duration 6m 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-ubuntu.yml

on: pull_request
cancel-runs
2s
cancel-runs
Matrix: job
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 1 warning
ubuntu-22.04-linux-release: src/lua/functions/creatures/npc/npc_functions.cpp#L364
cannot bind non-const lvalue reference of type ‘std::shared_ptr<Npc>&’ to an rvalue of type ‘std::shared_ptr<Npc>’
ubuntu-22.04-linux-release: src/lua/functions/creatures/npc/npc_functions.cpp#L371
cannot bind non-const lvalue reference of type ‘std::shared_ptr<Player>&’ to an rvalue of type ‘std::shared_ptr<Player>’
ubuntu-22.04-linux-release
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1493929610/cmake-3.27.7-linux-x86_64/bin/cmake' failed with error code: '1'.'
ubuntu-20.04-linux-release: src/lua/functions/creatures/npc/npc_functions.cpp#L364
cannot bind non-const lvalue reference of type ‘std::shared_ptr<Npc>&’ to an rvalue of type ‘std::shared_ptr<Npc>’
ubuntu-20.04-linux-release: src/lua/functions/creatures/npc/npc_functions.cpp#L371
cannot bind non-const lvalue reference of type ‘std::shared_ptr<Player>&’ to an rvalue of type ‘std::shared_ptr<Player>’
ubuntu-20.04-linux-release
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1493929610/cmake-3.27.7-linux-x86_64/bin/cmake' failed with error code: '1'.'
ubuntu-22.04-linux-debug: src/lua/functions/creatures/npc/npc_functions.cpp#L364
cannot bind non-const lvalue reference of type ‘std::shared_ptr<Npc>&’ to an rvalue of type ‘std::shared_ptr<Npc>’
ubuntu-22.04-linux-debug: src/lua/functions/creatures/npc/npc_functions.cpp#L371
cannot bind non-const lvalue reference of type ‘std::shared_ptr<Player>&’ to an rvalue of type ‘std::shared_ptr<Player>’
ubuntu-22.04-linux-debug
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1493929610/cmake-3.27.7-linux-x86_64/bin/cmake' failed with error code: '1'.'
ubuntu-20.04-linux-debug: src/lua/functions/creatures/npc/npc_functions.cpp#L364
cannot bind non-const lvalue reference of type ‘std::shared_ptr<Npc>&’ to an rvalue of type ‘std::shared_ptr<Npc>’
ubuntu-20.04-linux-debug: src/lua/functions/creatures/npc/npc_functions.cpp#L371
cannot bind non-const lvalue reference of type ‘std::shared_ptr<Player>&’ to an rvalue of type ‘std::shared_ptr<Player>’
ubuntu-20.04-linux-debug
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1493929610/cmake-3.27.7-linux-x86_64/bin/cmake' failed with error code: '1'.'
cancel-runs
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/