Runs update before testing a PR.

This commit is contained in:
pierreozoux 2020-08-28 15:44:09 +02:00 committed by Pierre Ozoux
parent bda13d3ef3
commit 54c633c116
1 changed files with 2 additions and 0 deletions

View File

@ -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 }}