Skip to content

Commit 544f4b4

Browse files
committed
header generation backslash problem
1 parent 1afb054 commit 544f4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
244244
- name: Generate headers
245245
run: |
246-
cd ..\boost-root\libs\qvm
246+
cd ../boost-root/libs/qvm
247247
python gen/generate_single_header.py -i include/boost/qvm/all.hpp -p include -o test/qvm.hpp boost/qvm
248248
python gen/generate_single_header.py -i include/boost/qvm/lite.hpp -p include -o test/qvm_lite.hpp boost/qvm
249249

0 commit comments

Comments
 (0)