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:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
pull: always
|
||||||
image: rust:alpine
|
image: rust:alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache mingw-w64-gcc musl-dev
|
- apk add --no-cache mingw-w64-gcc musl-dev
|
||||||
|
@ -33,6 +34,7 @@ name: linux
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
pull: always
|
||||||
image: rust:alpine
|
image: rust:alpine
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache musl-dev
|
- apk add --no-cache musl-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue