Skip to content

Commit

Permalink
Fixing Fedora CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceiphr committed Jun 28, 2023
1 parent 7723bef commit f648c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo 'ENV CI=true'
echo '# Install packages'
echo 'RUN dnf -y update'
echo 'RUN dnf -y install git'
echo 'RUN dnf -y install git dnf-plugins-core zsh'
echo 'RUN dnf clean all'
echo '# Copy dotfiles'
echo 'COPY dotfiles dotfiles'
Expand Down

0 comments on commit f648c88

Please sign in to comment.