Skip to content

Commit

Permalink
Install git
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaklin committed Sep 18, 2024
1 parent ce80e87 commit 6edcf14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6edcf14

Please sign in to comment.