Skip to content

Commit 5d75da1

Browse files
committed
f
1 parent cc6d602 commit 5d75da1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ngage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
import os
2727
import pathlib
2828
29-
ngagesdk_str = str(pathlib.Path.cwd() / "ngage-toolchain").replace("\\", "/")
30-
ngagesdk = "$pwd".replace('\', '/') + "/ngage-toolchain"
29+
ngagesdk = str(pathlib.Path.cwd() / "ngage-toolchain").replace("\\", "/")
3130
3231
print(f"ngagesdk={ngagesdk}")
3332

0 commit comments

Comments
 (0)