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:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user