Skip to content

Commit

Permalink
install git
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Nov 4, 2024
1 parent 6dc8711 commit f22db2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ jobs:
image: ${{matrix.image}}
options: -u root
steps:
- run: microdnf install git -y
if: ${{ matrix.arch == 'x64' && matrix.libc == 'glibc' }}
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v3
Expand Down

0 comments on commit f22db2b

Please sign in to comment.