This commit is contained in:
parent
ab30967e41
commit
d8cb7dffaa
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update &&
|
||||
apt-get install -y mingw-w64 zip
|
||||
|
||||
- name: Build
|
||||
run: make
|
||||
|
||||
|
|
Loading…
Reference in a new issue