Skip to content

Commit

Permalink
adding git [skip workflows]
Browse files Browse the repository at this point in the history
  • Loading branch information
jhorzek authored Jan 11, 2024
1 parent ff2e512 commit 6b1b18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tst_ubuntu_san.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
image: rocker/r-devel-san:latest

steps:
- name: install git
run: |
sudo apt update
sudp apt install git
- uses: actions/checkout@v3
with:
submodules: 'true'
Expand Down

0 comments on commit 6b1b18f

Please sign in to comment.