mirror of
https://github.com/Soccera1/agg.git
synced 2025-09-19 05:07:03 +02:00
this won't be the last
This commit is contained in:
parent
dc891463c6
commit
917888a629
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue