aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-26 19:33:33 -0600
committerSkye Deving <76892045+skyedeving@users.noreply.github.com>2021-01-28 11:05:42 -0600
commita63f8e0a5f715cef92749b24d94b8385a703403b (patch)
treed8c29b42d30a1c882d3ee5ea269a18c7852fb774 /.github
parentaef425c112b74be135b7fbe41f13c52117963772 (diff)
Remove manual cache because it defaults
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6dec9938..ab823f0d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,20 +15,12 @@ jobs:
steps:
- uses: actions/checkout@v2
-
- - name: actions/cache qt
- uses: actions/cache@v1
- id: cache
- with:
- path: qt/5.15.0/msvc2019_64
- key: qt-5.15.0-msvc2019_64
- uses: Skycoder42/action-setup-qt@master
id: qt
with:
version: 5.15.0
platform: msvc2019_64
- cachedir: qt/5.15.0/msvc2019_64
- name: qmake
run: |