mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-09-25 10:48:35 +00:00
not need depth
This commit is contained in:
parent
9e5342689e
commit
7f26367a59
2 changed files with 0 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -19,8 +19,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build Atmosphere
|
||||
run: |
|
||||
source /opt/venv/bin/activate
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -24,8 +24,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Build Atmosphere
|
||||
run: |
|
||||
source /opt/venv/bin/activate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue