this won't be the last

This commit is contained in:
lily 2025-08-23 09:34:05 +10:00
parent dc891463c6
commit 917888a629

View file

@ -12,6 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install build dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
@ -31,6 +33,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install MinGW/GCC and Make
run: |
@ -60,6 +64,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get latest unique tag
id: get_tag