git: Make sure PORTABLE flag is created correctly
This commit is contained in:
parent
9e75562662
commit
d4d6893eb3
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
||||
- name: 🛠️ Build
|
||||
run: |
|
||||
cd build
|
||||
ninja
|
||||
ninja install
|
||||
|
||||
- name: 🪲 Create PDBs for MSI
|
||||
run: |
|
||||
@ -120,9 +120,7 @@ jobs:
|
||||
|
||||
- name: 🪲 Create PDBs for ZIP
|
||||
run: |
|
||||
cd build
|
||||
ninja install
|
||||
cd install
|
||||
cd build/install
|
||||
|
||||
mkdir cv2pdb
|
||||
cd cv2pdb
|
||||
|
Loading…
x
Reference in New Issue
Block a user