remove unecessary build preparation step

This commit is contained in:
2024-07-10 21:52:52 +02:00
parent a695d2c3a1
commit a04b52edbb
2 changed files with 0 additions and 4 deletions

View File

@@ -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