Skip to content

Commit 9f92623

Browse files
committed
fix wrong path prefix in compile tests
1 parent 3f96044 commit 9f92623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_scripts/check_compilability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import subprocess
33

44
# Thats where our cpps are currently
5-
BASE_PATH = "vorkurs/"
5+
BASE_PATH = "files/"
66

77

88
def find_all_cpp_files(findWorking):

0 commit comments

Comments
 (0)