Skip to content

Commit

Permalink
ci: Test
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Sep 4, 2024
1 parent ca15aca commit da48a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dnf plugins core
run: dnf install dnf-plugins-core
run: dnf install -y dnf-plugins-core
- name: Enable testdisk mingw-testdisk repo
run: dnf copr enable grenier/mingw-testdisk
- name: Install dependencies
run: >-
dnf install
dnf install -y
git
libtool
autoconf
Expand Down

0 comments on commit da48a30

Please sign in to comment.