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 44f2a86 commit ca15aca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ jobs:
runs-on: ubuntu-latest
container: fedora:40
steps:
- run: git config --global core.autocrlf input
shell: pwsh
- uses: actions/checkout@v4
- name: Install dnf plugins core
run: dnf install dnf-plugins-core
- name: Enable testdisk mingw-testdisk repo
run: dnf copr enable grenier/mingw-testdisk
- name: Install NTFSPROGS
- name: Install dependencies
run: >-
dnf install
git
Expand Down

0 comments on commit ca15aca

Please sign in to comment.