Skip to content

Commit

Permalink
ci: install git in container
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Apr 13, 2024
1 parent a2a772c commit b3b182a
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 @@ -41,6 +41,11 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- name: Install git
run: |
apt-get update
apt-get install -y git
which git
- uses: julia-actions/[email protected]
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
Expand Down

0 comments on commit b3b182a

Please sign in to comment.