Browse Source

chore: remove commented code [skip ci]

Baptiste Augrain 4 ngày trước cách đây
mục cha
commit
0545b56f6f
1 tập tin đã thay đổi với 0 bổ sung10 xóa
  1. 0 10
      .github/workflows/insider-linux.yml

+ 0 - 10
.github/workflows/insider-linux.yml

@@ -332,16 +332,6 @@ jobs:
         with:
           node-version-file: '.nvmrc'
         if: env.DISABLED != 'yes'
-        # if: env.DISABLED != 'yes' && matrix.npm_arch != 'x64'
-
-      # - name: Install unofficial Node.js
-      #   run: ./build/linux/install_nodejs.sh
-      #   env:
-      #     NODEJS_ARCH: ${{ matrix.npm_arch }}
-      #     NODEJS_SITE: https://unofficial-builds.nodejs.org
-      #     NODEJS_URLROOT: /download/release
-      #     NODEJS_URLSUFFIX: -glibc-217
-      #   if: env.DISABLED != 'yes' && matrix.npm_arch == 'x64'
 
       - name: Setup Python 3
         uses: actions/setup-python@v5