Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtremmel authored Feb 8, 2024
1 parent 217dc3f commit 315d37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Perl
uses: shogo82148/actions-setup-perl@v1
with:
install-modules: "LWP::UserAgent"
install-modules: "LWP::UserAgent LWP::Protocol::https"
- run: cat *.tex tex/*.tex | perl get-referenced-rfcs > all-rfcs.bib
- name: Upload Bibtex file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 315d37b

Please sign in to comment.