mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-08 00:19:22 +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:
|
||||
- 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…
Reference in New Issue
Block a user