diff --git a/.drone.yml b/.drone.yml index 26ccc2d..d5c1e03 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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