Skip to content

Commit

Permalink
Add git to workers
Browse files Browse the repository at this point in the history
  • Loading branch information
adespawn committed Feb 20, 2024
1 parent d047b5b commit 4f8f533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Arch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Prepare system
run: |
sysctl kernel.perf_event_paranoid=-1
pacman -Syu --noconfirm diffutils time gcc dpkg ghostscript texlive-latexextra
pacman -Syu --noconfirm diffutils time gcc dpkg ghostscript texlive-latexextra git
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Prepare system
run: |
apt update
apt install -y sqlite3 sqlite3-doc build-essential dpkg texlive-latex-extra ghostscript
apt install -y sqlite3 sqlite3-doc build-essential dpkg texlive-latex-extra ghostscript git
sysctl kernel.perf_event_paranoid=-1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 4f8f533

Please sign in to comment.