Skip to content

Commit

Permalink
install git on container
Browse files Browse the repository at this point in the history
  • Loading branch information
robandpdx committed May 6, 2024
1 parent 0f750f6 commit b356593
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
container:
image: nvidia/cuda:11.4.3-devel-ubuntu20.04
steps:
- name: Install git
run: apt-get update && apt-get install -y git
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit b356593

Please sign in to comment.