diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c527644..4e61de6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Install git run: | - sudo apt-get install -y git + dnf install -y git - name: Checkout source run: |