We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d58907 commit 6834581Copy full SHA for 6834581
2 files changed
.github/workflows/build.yaml
@@ -60,7 +60,7 @@ jobs:
60
mkdir build
61
cd build
62
cmake -DCMAKE_BUILD_TYPE=Release -A ARM64 ..
63
- cmake --build ./
+ cmake --build ./ --config Release
64
- name: Upload Build Artifact
65
uses: actions/upload-artifact@v4.6.2
66
with:
tsp.h
@@ -9,6 +9,7 @@
9
#include <functional>
10
#include <map>
11
#include <coroutine>
12
+#include <array>
13
14
using namespace std;
15
typedef long long ll;
0 commit comments