This commit is contained in:
parent
c2fb3b564d
commit
33efbf5adc
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ name: windows
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
pull: always
|
||||
image: rust:alpine
|
||||
commands:
|
||||
- apk add --no-cache mingw-w64-gcc musl-dev
|
||||
|
@ -33,6 +34,7 @@ name: linux
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
pull: always
|
||||
image: rust:alpine
|
||||
commands:
|
||||
- apk add --no-cache musl-dev
|
||||
|
|
Loading…
Add table
Reference in a new issue