Skip to content

Commit

Permalink
Merge pull request #336 from mulkieran/copr-install
Browse files Browse the repository at this point in the history
Remove unnecessary dependencies in GitHub Actions
  • Loading branch information
mulkieran authored Aug 2, 2023
2 parents 2d1190b + 1ee71af commit 5a4119b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: dnf install -y make git gcc g++ lyx 'dnf-command(copr)'
run: dnf install -y make lyx 'dnf-command(copr)'
- name: Enable copr repo
run: dnf copr enable atim/zola --assumeyes
- name: Install zola
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: dnf install -y make git gcc g++ lyx 'dnf-command(copr)'
run: dnf install -y make lyx 'dnf-command(copr)'
- name: Enable copr repo
run: dnf copr enable atim/zola --assumeyes
- name: Install zola
Expand Down

0 comments on commit 5a4119b

Please sign in to comment.