From 1d26550370bf28c82899c765020990c9e94d411d Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 26 Oct 2023 06:57:23 -0400 Subject: [PATCH] CI: Remove git LFS tracking of test262 data See: https://github.com/SerenityOS/libjs-test262-data/commit/75f5027d5e4f92db6aed60d4f5e69b8cb6f98fe9 --- .github/workflows/libjs-test262.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index 075e64afd1..3717f5a5cb 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -32,11 +32,6 @@ jobs: with: repository: SerenityOS/libjs-test262-data path: libjs-test262-data - lfs: true - - - name: Checkout SerenityOS/libjs-test262-data LFS objects - working-directory: libjs-test262-data - run: git lfs checkout - name: Checkout tc39/test262 uses: actions/checkout@v4