aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/check-aur-update.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-aur-update.yml')
-rw-r--r--.github/workflows/check-aur-update.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/check-aur-update.yml b/.github/workflows/check-aur-update.yml
index 92270fa..9d22f64 100644
--- a/.github/workflows/check-aur-update.yml
+++ b/.github/workflows/check-aur-update.yml
@@ -15,9 +15,10 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python 3.10
uses: actions/setup-python@v2
- - name: Install requirements
+ - name: Install requirements and initialize submodules
shell: bash
run: |
+ git submodule update --init
python3 -m pip install -U -r utils/aur/requirements.txt
- name: Check updates
shell: bash