summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/images.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml
index 8c6d8e3e..2dd164dc 100644
--- a/.github/workflows/images.yml
+++ b/.github/workflows/images.yml
@@ -37,6 +37,8 @@ jobs:
- uses: actions/checkout@v2
- name: Prepare Environment
run: ${{ matrix.runs.prepare }}
+ - name: Run update.sh script
+ run: ./update.sh
- name: Pull Dependencies
run: ${{ matrix.runs.pull }}
- name: Build ${{ matrix.name }}