We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc8711 commit c597b87Copy full SHA for c597b87
.github/workflows/release.yml
@@ -64,6 +64,8 @@ jobs:
64
image: ${{matrix.image}}
65
options: -u root
66
steps:
67
+ - run: sudo dnf install git
68
+ if: ${{ matrix.arch == 'x64' && matrix.libc == 'glibc' }}
69
- uses: actions/checkout@v3
70
- run: corepack enable
71
- uses: actions/setup-node@v3
0 commit comments