mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-08 00:19:22 +02:00
fix: "source: not found"
This commit is contained in:
parent
71328f4f3f
commit
3eb433885f
1
.github/workflows/build-jobs.yaml
vendored
1
.github/workflows/build-jobs.yaml
vendored
@ -12,6 +12,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Build Atmosphere
|
- name: Build Atmosphere
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
source /opt/venv/bin/activate
|
source /opt/venv/bin/activate
|
||||||
git config --global --add safe.directory "*"
|
git config --global --add safe.directory "*"
|
||||||
|
Loading…
Reference in New Issue
Block a user