From 45375d8b99e9ca3fa37c0dd61b77e339d36e3c1a Mon Sep 17 00:00:00 2001 From: Leonardo Zide Date: Sun, 25 Sep 2022 18:23:12 -0700 Subject: [PATCH] Update continuous.yml --- .github/workflows/continuous.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 5491cbdb..46cd19d5 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -8,14 +8,15 @@ on: jobs: build: - runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v3 + with: + cache: 'false' - name: init run: qmake PREFIX=/usr - name: make - run: qmake PREFIX=/usr + run: make