Skip to content

Commit

Permalink
github/workflows: Revert DNF for Fedora 39
Browse files Browse the repository at this point in the history
Seems DNF5 is deleted by default.

Fixes: ibus@a2b77dd
  • Loading branch information
fujiwarat committed Jan 30, 2024
1 parent 0cb7776 commit 32c0827
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ jobs:
;;
fedora*)
cat /etc/fedora-release
DNF=dnf5
if test "${{ matrix.container }}" = "fedora:38" ; then
DNF=dnf
fi
DNF=dnf
echo "$DNF -y update"
$DNF -y update
echo "$DNF -y install git which"
Expand Down

0 comments on commit 32c0827

Please sign in to comment.