From e7067e2e56691b9e71a3d69b6bad3635d8bb713a Mon Sep 17 00:00:00 2001 From: Cleverson Date: Wed, 18 Dec 2024 23:12:02 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a813a05..8c6328e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,14 +18,14 @@ jobs: ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16 steps: - - name: Setup Checkout - uses: actions/checkout@v3 - - name: Test run: | export ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true export ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION: node16 export ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16 + + - name: Setup Checkout + uses: actions/checkout@v3 - name: Add i386 architecture run: dpkg --add-architecture i386