2
0
mirror of https://github.com/boostorg/qvm.git synced 2026-01-19 04:22:16 +00:00

Fixing slash problem

This commit is contained in:
Emil Dotchevski
2023-02-28 10:57:55 -08:00
parent 544f4b4f20
commit ad5ca3bb26

View File

@@ -179,7 +179,7 @@ jobs:
- name: Generate headers
run: |
cd ..\boost-root\libs\qvm
cd ../boost-root/libs/qvm
python gen/generate_single_header.py -i include/boost/qvm/all.hpp -p include -o test/qvm.hpp boost/qvm
python gen/generate_single_header.py -i include/boost/qvm/lite.hpp -p include -o test/qvm_lite.hpp boost/qvm
@@ -243,7 +243,7 @@ jobs:
- name: Generate headers
run: |
cd ../boost-root/libs/qvm
cd ..\boost-root\libs\qvm
python gen/generate_single_header.py -i include/boost/qvm/all.hpp -p include -o test/qvm.hpp boost/qvm
python gen/generate_single_header.py -i include/boost/qvm/lite.hpp -p include -o test/qvm_lite.hpp boost/qvm