From f15a65ee4f275fa4c8e74e93f0acf60c88d3d6f2 Mon Sep 17 00:00:00 2001 From: Diavolo Date: Sat, 2 Mar 2024 11:46:38 +0100 Subject: [PATCH] build: remove LFS --- .gitea/workflows/link-linux.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/link-linux.yml b/.gitea/workflows/link-linux.yml index 08c4499..2b00e5a 100644 --- a/.gitea/workflows/link-linux.yml +++ b/.gitea/workflows/link-linux.yml @@ -8,18 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - - name: Install Git LFS - run: | - apt-get update - apt-get install git-lfs -y - - name: Check out files uses: actions/checkout@main with: submodules: true fetch-depth: 0 - lfs: true - ssh-key: ${{ secrets.IW5_ZONES_PRIVATE_KEY }} - name: Setup OAT uses: diamante0018/setup-oat@main