ci: add bootstrap step

This commit is contained in:
Jozef Steinhübl 2024-07-21 14:51:27 +02:00
parent 0a2809b9d2
commit 3071c2d2d5
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

@ -54,7 +54,7 @@ jobs:
targets: "${{ matrix.target }}"
- name: bootstrap
if: ${{ matrix.bootstrap != "" }}
if: ${{ matrix.bootstrap != '' }}
run: ${{ matrix.bootstrap }}
- name: build binary