Skip to content

Commit f149b2d

Browse files
committed
Minor fix
1 parent 148bb2d commit f149b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskfiles/deps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ tasks:
6161
- task: ":utils:cmake:install-remote-tar"
6262
vars:
6363
CMAKE_PACKAGE_NAME: "{{.G_CATCH2_LIB_NAME}}"
64-
WORK_DIR: "{{.G_CATCH2_WORK_DIR}}"
6564
TAR_SHA256: "1ab2de20460d4641553addfdfe6acd4109d871d5531f8f519a52ea4926303087"
6665
TAR_URL: "https://github.com/catchorg/Catch2/archive/refs/tags/v3.8.0.tar.gz"
66+
WORK_DIR: "{{.G_CATCH2_WORK_DIR}}"
6767
- task: "add-package-root-to-cmake-settings"
6868
vars:
6969
NAME: "{{.G_CATCH2_LIB_NAME}}"

0 commit comments

Comments
 (0)