Skip to content

Commit

Permalink
Adding git installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nzenchik committed Apr 2, 2024
1 parent 604ad6b commit a85ea8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/load_baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
container:
image: ubuntu:22.04
steps:
- name: Pre-install script
run: |
apt update && apt install -y git git-lfs
- name: Checkout github repo (+ download lfs dependencies)
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit a85ea8c

Please sign in to comment.