aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 86f02d0..89f11b3 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -18,6 +18,9 @@ jobs:
- name: Git Clone
uses: actions/checkout@v4.1.6
+ - name: Update Repositories
+ run: sudo apt-get update
+
- name: Build AppImages
env:
GH_TOKEN: ${{ github.token }}