Skip to content

Commit

Permalink
Install git before checkout
Browse files Browse the repository at this point in the history
github is broken in many ways yes...
  • Loading branch information
falkTX authored Oct 5, 2024
1 parent 315617b commit 704765b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
permissions:
contents: write
steps:
- name: Install git
run: |
apt-get update -qq && apt-get install -yqq --no-install-recommends ca-certificates curl git openssl
curl -sLO https://launchpad.net/~kxstudio-debian/+archive/ubuntu/toolchain/+files/git_2.34.1-1ubuntu1~bpo20.04.1~ppa1_amd64.deb
curl -sLO https://launchpad.net/~kxstudio-debian/+archive/ubuntu/toolchain/+files/git-man_2.34.1-1ubuntu1~bpo20.04.1~ppa1_all.deb
dpkg -i *.deb
- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 704765b

Please sign in to comment.