Skip to content

Commit

Permalink
Revert "Remove this."
Browse files Browse the repository at this point in the history
This reverts commit 9c60369.
  • Loading branch information
toots committed Nov 15, 2024
1 parent 2ba675f commit b8bcde4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ jobs:
sudo -u opam -E git remote set-url origin https://github.com/savonet/liquidsoap.git
sudo -u opam -E git fetch origin ${{ github.sha }}
sudo -u opam -E git checkout ${{ github.sha }}
- name: Install sqlite
run: |
sudo apt-get -y update
sudo apt-get -y install libsqlite3-dev
sudo -u opam -E opam install -y sqlite3
- name: Install pandoc
run: |
cd /tmp
Expand Down

0 comments on commit b8bcde4

Please sign in to comment.