Skip to content

Commit 6834581

Browse files
committed
- welp ...
1 parent 1d58907 commit 6834581

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
mkdir build
6161
cd build
6262
cmake -DCMAKE_BUILD_TYPE=Release -A ARM64 ..
63-
cmake --build ./
63+
cmake --build ./ --config Release
6464
- name: Upload Build Artifact
6565
uses: actions/upload-artifact@v4.6.2
6666
with:

tsp.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <functional>
1010
#include <map>
1111
#include <coroutine>
12+
#include <array>
1213

1314
using namespace std;
1415
typedef long long ll;

0 commit comments

Comments
 (0)