From 35f6dd2a384bc76e17b9b6cf417db0ee3d9bda4d Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 19 Nov 2023 09:04:51 +0100 Subject: [PATCH] push --- .gitea/workflows/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index f35907d..9e099fc 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -20,6 +20,7 @@ jobs: steps: - name: Setup Environment run: | + rustup target add $CARGO_TARGET apt-get update -qq && apt-get install -y -qq sshpass musl musl-tools sqlite3 curl gnupg && mkdir -p /etc/apt/keyrings | curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install nodejs -y && apt-get install npm -y - name: Checkout @@ -44,6 +45,7 @@ jobs: steps: - name: Setup Environment run: | + rustup target add $CARGO_TARGET apt-get update -qq && apt-get install -y -qq sshpass musl musl-tools sqlite3 curl gnupg && mkdir -p /etc/apt/keyrings | curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install nodejs -y && apt-get install npm -y - name: Checkout @@ -79,6 +81,7 @@ jobs: steps: - name: Setup Environment run: | + rustup target add $CARGO_TARGET apt-get update -qq && apt-get install -y -qq sshpass musl musl-tools sqlite3 curl gnupg && mkdir -p /etc/apt/keyrings | curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install nodejs -y && apt-get install npm -y - name: Checkout