From fd89b7946297284a7ed32c18db71e1c610e1e488 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 7 Apr 2020 15:21:18 +0200 Subject: [PATCH] Typo --- .github/workflows/AppFwkUnitTest.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/AppFwkUnitTest.yml b/.github/workflows/AppFwkUnitTest.yml index c1f7533deb..543f8aa343 100644 --- a/.github/workflows/AppFwkUnitTest.yml +++ b/.github/workflows/AppFwkUnitTest.yml @@ -12,17 +12,17 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Cache Qt - id: cache-qt - uses: actions/cache@v1 - with: - path: ../Qt - key: ${{ runner.os }}-QtCache - - name: Install Qt - uses: jurplel/install-qt-action@v2 - with: - version: 5.9.9 - modules: qtscript - cached: ${{ steps.cache-qt.outputs.cache-hit }} + id: cache-qt + uses: actions/cache@v1 + with: + path: ../Qt + key: ${{ runner.os }}-QtCache + - name: Install Qt + uses: jurplel/install-qt-action@v2 + with: + version: 5.9.9 + modules: qtscript + cached: ${{ steps.cache-qt.outputs.cache-hit }} - name: Install Linux dependencies if: "contains( matrix.os, 'ubuntu')" run: sudo apt-get install libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev