Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Aug 31, 2023
1 parent eec7935 commit 09975be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,11 @@ jobs:
MYSQL_DATABASE: test
MYSQL_ROOT_PASSWORD: root
steps:
- name: apt git
run: |
set -x
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y git
- name: git checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 09975be

Please sign in to comment.