Skip to content

Commit 22bca56

Browse files
committed
dirty version caused by modified content in LibAPR
1 parent 6a0bc22 commit 22bca56

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ jobs:
122122
- name: Run cibuildwheel
123123
run: |
124124
git status
125-
python3 -m cibuildwheel --output-dir ${{matrix.builddir}}
125+
cd external/LibAPR && git status
126+
cd vcpkg && git status
127+
cd ../../..
128+
#python3 -m cibuildwheel --output-dir ${{matrix.builddir}}
126129
127130
- name: Upload wheels as artifacts
128131
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)