Skip to content

Commit

Permalink
install git before checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Nov 23, 2024
1 parent 3762e7e commit 1857833
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ jobs:
OTHER_LANGS: de es fr ru nl it ja el bg da et fi lv lt pl pt ro sv sk sl cs hu zh_CN

steps:
- name: Checkout
uses: actions/checkout@v4

- name: additional env setup
- name: Install git
run: |
pip3 install -r requirements.txt
apt-get -y update
apt-get -y install git
- name: Checkout
uses: actions/checkout@v4

- name: additional python packages
run: pip3 install -r requirements.txt

- name: quick build docs
run: |
Expand Down

0 comments on commit 1857833

Please sign in to comment.