daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit d4a637ffc65e2bd7153fccee3d5a65c88a891c57
parent b4e4418bfce602ac3afc30add4db5795e6b21033
Author: Marcel <mtrnord1@gmail.com>
Date:   Sat, 25 Jul 2020 14:57:04 +0200

Install cargo-make in the ci first

Took 30 seconds

Diffstat:
M.github/workflows/deploy.yml | 2+-
Mnetlify.toml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y gettext - name: Build - run: source emsdk-master/emsdk_env.sh && cargo make dist + run: source emsdk-master/emsdk_env.sh && cargo install cargo-make && cargo make dist #- name: Publish # uses: netlify/actions/cli@master diff --git a/netlify.toml b/netlify.toml @@ -8,4 +8,4 @@ publish = "dist/" # Default build command. - command = "(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y) && source $HOME/.cargo/env && rustup target add wasm32-unknown-unknown && cargo make dist" + command = "(curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y) && source $HOME/.cargo/env && rustup target add wasm32-unknown-unknown && cargo install cargo-make && cargo make dist"