File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 58
58
- name : Set up Windows Environment
59
59
shell : bash
60
60
run : |
61
+ git config --global core.longpaths true
61
62
cargo install --target-dir=target -v cargo-vcpkg
62
63
cargo vcpkg -v build
63
64
if : runner.os == 'Windows'
93
94
name : rustpython-installer-msi-${{ runner.os }}-${{ matrix.platform.target }}
94
95
path : installer/*.msi
95
96
96
- - name : Generate DMG
97
- if : runner.os == 'macOS'
98
- run : cargo packager -f dmg --release -o installer
99
-
100
- - name : Upload DMG
101
- if : runner.os == 'macOS'
102
- uses : actions/upload-artifact@v4
103
- with :
104
- name : rustpython-installer-dmg-${{ runner.os }}-${{ matrix.platform.target }}
105
- path : installer/*.dmg
106
-
107
97
- name : Upload Binary Artifacts
108
98
uses : actions/upload-artifact@v4
109
99
with :
You can’t perform that action at this time.
0 commit comments