From 4f8f533dfe2d4d59666928d7f0e606fd79a22427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Czech?= Date: Tue, 20 Feb 2024 18:37:58 +0100 Subject: [PATCH] Add git to workers --- .github/workflows/Arch.yaml | 2 +- .github/workflows/Ubuntu.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Arch.yaml b/.github/workflows/Arch.yaml index 2df16c32..f99df989 100644 --- a/.github/workflows/Arch.yaml +++ b/.github/workflows/Arch.yaml @@ -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: diff --git a/.github/workflows/Ubuntu.yaml b/.github/workflows/Ubuntu.yaml index 01f979f1..7ebf150e 100644 --- a/.github/workflows/Ubuntu.yaml +++ b/.github/workflows/Ubuntu.yaml @@ -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