From 259e129df0e0fbb4c44ca536ff9a6d0cca455174 Mon Sep 17 00:00:00 2001 From: rhl120 Date: Mon, 17 Oct 2022 18:17:51 +0200 Subject: [PATCH] Fix the ci by installing nwlink --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a36569f..7ad6dbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,8 @@ jobs: with: toolchain: stable target: thumbv7em-none-eabihf + - name: nwlink + run: npm install -g nwlink - name: Run cargo build uses: actions-rs/cargo@v1 with: