Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
nafraf committed Oct 5, 2023
1 parent 4f8f452 commit 17e14b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mariner2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
container:
image: mcr.microsoft.com/cbl-mariner/base/core:2.0
steps:
- run: |
tdnf install -y git
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: |
git config --global --add safe.directory '*'
git submodule update --init --recursive
Expand Down

0 comments on commit 17e14b2

Please sign in to comment.