File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
Installation source: Official repository
42
42
OS: Ubuntu 24.04
43
43
CPU: i5-10400
44
- GPU: GTX 1660
44
+ GPU: RX 580
45
45
Input device: USB keyboard
46
46
validations :
47
47
required : true
Original file line number Diff line number Diff line change 49
49
echo "cache_$number=apple-${{ github.ref }}-${{ matrix.arch }}-${{ matrix.platform }}-$id" >> $GITHUB_ENV
50
50
done
51
51
- name : Handle build cache
52
- uses : actions/cache@v2
52
+ uses : actions/cache@v3
53
53
with :
54
54
path : |
55
55
build
Original file line number Diff line number Diff line change 59
59
echo "cache_$number=windows-${{ github.ref }}-${{ matrix.arch }}-${{ matrix.os }}-$id" >> $GITHUB_ENV
60
60
done
61
61
- name : Handle build cache
62
- uses : actions/cache@v2
62
+ uses : actions/cache@v3
63
63
with :
64
64
path : |
65
65
build
You can’t perform that action at this time.
0 commit comments