Skip to content

Commit

Permalink
Work around old git version in container
Browse files Browse the repository at this point in the history
  • Loading branch information
messmerd authored Dec 8, 2023
1 parent f7386bf commit aa27fb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: recursive
- name: Check out submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: >
sudo dpkg --add-architecture i386 &&
Expand Down

0 comments on commit aa27fb9

Please sign in to comment.