Skip to content

Commit 3e50084

Browse files
Fix build errors
1 parent b709eb9 commit 3e50084

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/defect.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ body:
4141
Installation source: Official repository
4242
OS: Ubuntu 24.04
4343
CPU: i5-10400
44-
GPU: GTX 1660
44+
GPU: RX 580
4545
Input device: USB keyboard
4646
validations:
4747
required: true

.github/workflows/apple.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
echo "cache_$number=apple-${{ github.ref }}-${{ matrix.arch }}-${{ matrix.platform }}-$id" >> $GITHUB_ENV
5050
done
5151
- name: Handle build cache
52-
uses: actions/cache@v2
52+
uses: actions/cache@v3
5353
with:
5454
path: |
5555
build

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "cache_$number=windows-${{ github.ref }}-${{ matrix.arch }}-${{ matrix.os }}-$id" >> $GITHUB_ENV
6060
done
6161
- name: Handle build cache
62-
uses: actions/cache@v2
62+
uses: actions/cache@v3
6363
with:
6464
path: |
6565
build

0 commit comments

Comments
 (0)