Skip to content

Commit 429b309

Browse files
committed
How do Paths work?
1 parent e969da6 commit 429b309

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Run CMake config
179179
run: |
180-
cmake -S . -B build "-DCMAKE_TOOLCHAIN_FILE=~/daedalus/cmake/mingw-g++.cmake"
180+
cmake -S . -B build "-DCMAKE_TOOLCHAIN_FILE=Tools/cmake/mingw-g++.cmake"
181181
# cmake -S . -B build "-DCMAKE_TOOLCHAIN_FILE=C:\vcpkg\scripts\buildsystems\vcpkg.cmake" "-DVCPKG_TARGET_TRIPLET=x64-windows" "-DX_VCPKG_APPLOCAL_DEPS_INSTALL=1"
182182

183183
- name: Build

0 commit comments

Comments
 (0)