File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 60
60
mingw-w64-ucrt-x86_64-zlib
61
61
mingw-w64-ucrt-x86_64-llvm
62
62
mingw-w64-ucrt-x86_64-libffi
63
+ mingw-w64-ucrt-x86_64-libyaml
63
64
64
65
- name : Disable CRLF line ending substitution
65
66
run : |
87
88
run : |
88
89
make install install_dlls deref_symlinks=1 PREFIX="$(pwd)/crystal"
89
90
91
+ - name : Download shards release
92
+ uses : actions/checkout@v4
93
+ with :
94
+ repository : crystal-lang/shards
95
+ ref : v0.19.0
96
+ path : shards
97
+
98
+ - name : Build shards release
99
+ shell : msys2 {0}
100
+ working-directory : ./shards
101
+ run : make CRYSTAL=$(pwd)/../crystal/bin/crystal SHARDS=false release=1
102
+
103
+ - name : Package Shards
104
+ shell : msys2 {0}
105
+ run : |
106
+ make install PREFIX="$(pwd)/../crystal"
107
+
90
108
- name : Upload Crystal executable
91
109
uses : actions/upload-artifact@v4
92
110
with :
You can’t perform that action at this time.
0 commit comments