Skip to content

Commit

Permalink
ci: install Git in container
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Braunwarth <[email protected]>
  • Loading branch information
d4nuu8 committed Jan 22, 2025
1 parent 078861e commit 003d070
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
runs-on: ubuntu-24.04
container: ${{ matrix.container }}
steps:
- name: Install Git in container
run: |
apt-get update -qq && apt-get install --yes --no-install-recommends \
ca-certificates git
- uses: actions/checkout@v4
- name: Workaround checkout bug
run: git config --global --add safe.directory "${PWD}"
- name: Install dependencies
run: ./ci/setup.sh
- name: Run tests
Expand Down

0 comments on commit 003d070

Please sign in to comment.