Skip to content

Commit c82855e

Browse files
committed
order fix
1 parent 00c232e commit c82855e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskfile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ vars:
1010
G_BUILD_DIR: "{{.ROOT_DIR}}/build"
1111
G_CPP_SRC_DIR: "{{.ROOT_DIR}}/src"
1212
G_DEPS_DIR: "{{.G_BUILD_DIR}}/deps"
13+
G_TEST_BIN_DIR: "{{.G_BUILD_DIR}}/testbin"
1314
G_YSTDLIBS:
1415
- "testlib"
15-
G_TEST_BIN_DIR: "{{.G_BUILD_DIR}}/testbin"
1616

1717
tasks:
1818
clean:

0 commit comments

Comments
 (0)