Skip to content

Commit

Permalink
Fix the Continuous Integration job.
Browse files Browse the repository at this point in the history
I neglected to do `sudo apt-get update` before doing an `apt-get
install`. This commit remedies that.
  • Loading branch information
sp1ff committed Jul 28, 2023
1 parent 4e5a12c commit fb59215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
run: |
set -ex
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y autoconf automake emacs texlive
git clone https://github.com/skeeto/elfeed.git
- name: Install a modern version of automake
Expand Down

0 comments on commit fb59215

Please sign in to comment.