From 3eb433885f34cee1abfcaf8e9918afb8b509c7de Mon Sep 17 00:00:00 2001
From: Peter Galonza
Date: Mon, 27 May 2024 00:38:43 +0300
Subject: [PATCH] fix: "source: not found"
---
.github/workflows/build-jobs.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/build-jobs.yaml b/.github/workflows/build-jobs.yaml
index a6ecc0ffb..a78fb4bd2 100644
--- a/.github/workflows/build-jobs.yaml
+++ b/.github/workflows/build-jobs.yaml
@@ -12,6 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build Atmosphere
+ shell: bash
run: |
source /opt/venv/bin/activate
git config --global --add safe.directory "*"