Update build-bin.yml

This commit is contained in:
Dany LE 2024-07-17 10:42:12 +02:00 committed by GitHub
parent a72a12f2a7
commit 85a16f9976
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Update submodule
run: git submodule update --init
- name: Building binaries for platform - ${{ inputs.platform }}
run: |
mkdir build