fix job
Some checks failed
Upload release / build (push) Failing after 32s

This commit is contained in:
Mylloon 2024-10-07 20:30:00 +02:00
parent ab30967e41
commit 02f13060fe
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -10,6 +10,11 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install compiler
run: |
apt-get update &&
apt-get install -y mingw-w64
- name: Build - name: Build
run: make run: make