From 9ec852d0bdb4d71e6072c67700c0c5aba0898e1a Mon Sep 17 00:00:00 2001 From: Sjoerd Geevers Date: Thu, 19 Sep 2024 11:46:51 +0200 Subject: [PATCH] avoid using LFS The LFS feature is probably not supported by the ubuntu-latest container. We would need to install it as part of the workflow. --- .github/workflows/rtc-tools.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/rtc-tools.yml b/.github/workflows/rtc-tools.yml index d5aebf2d..bc6ef14d 100644 --- a/.github/workflows/rtc-tools.yml +++ b/.github/workflows/rtc-tools.yml @@ -21,8 +21,6 @@ jobs: PRE_COMMIT_HOME: "${{ github.workspace }}/.cache/pre-commit" steps: - uses: actions/checkout@v4.1.0 - with: - lfs: true - uses: actions/cache@v3.3.2 with: path: "${PRE_COMMIT_HOME}"