From 6edcf145ec8c665b49d6b535c04fa2c91ec2160d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4klin?= Date: Wed, 18 Sep 2024 22:48:15 +0300 Subject: [PATCH] Install git --- .github/workflows/build_artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index cd32c94..785190f 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -55,9 +55,9 @@ jobs: runs-on: ubuntu-latest container: ghcr.io/shepherdjerred/macos-cross-compiler:latest steps: - - name: Install wget + - name: Install wget and git id: install-wget - run: apt install -y wget + run: apt install -y wget git - name: Create io directory id: mkdir-io