timezone
ci/woodpecker/push/tools-wasm-pack-plugin Pipeline was successful Details
ci/woodpecker/push/wasm-o-x-rust Pipeline failed Details

This commit is contained in:
Gleb Koval 2022-08-07 01:25:12 +00:00
parent a8257fd9ed
commit 3b525b7819
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
2 changed files with 3 additions and 4 deletions

View File

@ -9,8 +9,11 @@ RUN apk add --no-cache \
perl \
zlib \
make \
tzdata \
&& cargo install wasm-pack \
&& rustup target add wasm32-unknown-unknown \
&& chmod +x /bin/plugin.sh
ENV TZ=UTC
ENTRYPOINT ["/bin/sh", "/bin/plugin.sh"]

View File

@ -1,7 +1,3 @@
# Os & Xs Rust
This crate contains implementation(s) for naughts & crosses algorithm(s).
## Usage
## Algorithms