mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-08 08:19:23 +02:00
not need depth
This commit is contained in:
parent
9e5342689e
commit
7f26367a59
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -19,8 +19,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Build Atmosphere
|
- name: Build Atmosphere
|
||||||
run: |
|
run: |
|
||||||
source /opt/venv/bin/activate
|
source /opt/venv/bin/activate
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -24,8 +24,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- name: Build Atmosphere
|
- name: Build Atmosphere
|
||||||
run: |
|
run: |
|
||||||
source /opt/venv/bin/activate
|
source /opt/venv/bin/activate
|
||||||
|
Loading…
Reference in New Issue
Block a user