From 600f01c6739b9bca984c5feaa25c1ef463078e00 Mon Sep 17 00:00:00 2001 From: JP Meijers Date: Mon, 2 Sep 2024 09:17:49 +0200 Subject: [PATCH] Test without lfs --- .github/workflows/build-amd64.yml | 2 -- .github/workflows/build-arm64.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/build-amd64.yml b/.github/workflows/build-amd64.yml index 952cbfa..7817113 100644 --- a/.github/workflows/build-amd64.yml +++ b/.github/workflows/build-amd64.yml @@ -57,8 +57,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - lfs: true - name: Download locally built snap uses: actions/download-artifact@v4 diff --git a/.github/workflows/build-arm64.yml b/.github/workflows/build-arm64.yml index 890e691..e84500e 100644 --- a/.github/workflows/build-arm64.yml +++ b/.github/workflows/build-arm64.yml @@ -57,8 +57,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 - with: - lfs: true - name: Download locally built snap uses: actions/download-artifact@v4