diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b47f84..cbf8d62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,8 +28,6 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:gnome-46 options: --privileged steps: - - name: Install pre-requisits - run: dnf update -y && dnf install -y git-lfs cargo - uses: actions/checkout@v4 with: lfs: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 125f8be..80bc51b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,6 @@ jobs: image: bilelmoussaoui/flatpak-github-actions:gnome-46 options: --privileged steps: - - name: Install pre-requisits - run: dnf update -y && dnf install -y git-lfs cargo - uses: actions/checkout@v4 with: lfs: true