Skip to content

Commit

Permalink
sudo for apt
Browse files Browse the repository at this point in the history
  • Loading branch information
fangohr committed Jun 14, 2024
1 parent 10dd032 commit ae1ff8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- run: echo "The user is $USER"
- run: echo "🖥️ Install dependencies"
- run: sudo apt-get update -y && apt-get install -y python3 python3-pip emacs texlive-xetex
- run: pip3 install pygments
- run: sudo apt-get update -y && sudo apt-get install -y python3 python3-pip emacs texlive-xetex
- run: pip3 install --user pygments

- name: Check out repository code
uses: actions/checkout@v4
Expand Down

0 comments on commit ae1ff8e

Please sign in to comment.