summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpierreozoux <pierre@ozoux.net>2020-08-28 15:44:09 +0200
committerPierre Ozoux <pierre@ozoux.net>2020-08-28 15:45:30 +0200
commit54c633c116833b1004e4f74c6568126c4f98a768 (patch)
tree9e24f5e1bd93a8d087591b6ed692b212fb9f1a98
parentbda13d3ef3da1d130d063ec3c5efa6a5d4008b13 (diff)
Runs update before testing a PR.
-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 }}