From 54c633c116833b1004e4f74c6568126c4f98a768 Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Fri, 28 Aug 2020 15:44:09 +0200 Subject: Runs update before testing a PR. --- .github/workflows/images.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }} -- cgit v1.2.3