From fd7118038f7664a86d4165ffd8f6ac590fd7a4c8 Mon Sep 17 00:00:00 2001 From: Cleverson Date: Wed, 18 Dec 2024 23:25:06 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56f0204..cefc071 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,13 +18,8 @@ jobs: ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16 steps: - - name: Set Node.js 16.x - uses: actions/setup-node@v4 - with: - node-version: 16.x - - name: Setup Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3.6.0 - name: Add i386 architecture run: dpkg --add-architecture i386