From b7f6f804e99dff7a5271ab9540c78ba5cf32dde4 Mon Sep 17 00:00:00 2001 From: Cleverson Date: Thu, 5 Sep 2024 13:10:56 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1daaa9..58bd4cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,10 +13,13 @@ jobs: container: ubuntu:18.04 steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - name: Setup NodeJS + uses: actions/setup-node@v4 with: node-version: '18' + + - name: Setup Checkout + uses: actions/checkout@v4 - name: Add i386 architecture run: dpkg --add-architecture i386