commit 699695f2f1af13761135bb57ea567448888579e2
parent 819820b5c085295a4e7ade3501657db4c44cb45b
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Fri, 24 May 2024 23:59:58 +0200

fix(ci): npm dependencies

Diffstat:
M.github/workflows/pull_request.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml @@ -22,6 +22,9 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew + - name: Setup NPM Dependencies + run: npm install typescript -g + - name: Build run: ./gradlew assembleArmv8Debug @@ -66,6 +69,9 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew + - name: Setup NPM Dependencies + run: npm install typescript -g + - name: Build run: ./gradlew assembleArmv7Debug