Commit a65ddff 1 parent 325985e commit a65ddff Copy full SHA for a65ddff
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
MISTRAL_REVISION : ebfc0dd2cc7d6d2159b641a397c88554840e93c9
21
21
APYCULA_REVISION : 0.8.2a1
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
with :
25
25
submodules : recursive
26
26
27
- - uses : actions/setup-python@v4
27
+ - uses : actions/setup-python@v5
28
28
with :
29
29
python-version : ' 3.10'
30
30
- name : Install
33
33
sudo apt-get install git make cmake libboost-all-dev python3-dev pypy3 libeigen3-dev tcl-dev lzma-dev libftdi-dev clang bison flex swig qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools iverilog
34
34
35
35
- name : Cache yosys installation
36
- uses : actions/cache@v3
36
+ uses : actions/cache@v4
37
37
id : cache-yosys
38
38
with :
39
39
path : .yosys
46
46
if : steps.cache-yosys.outputs.cache-hit != 'true'
47
47
48
48
- name : Cache icestorm installation
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
id : cache-icestorm
51
51
with :
52
52
path : .icestorm
60
60
if : matrix.arch == 'ice40' && steps.cache-icestorm.outputs.cache-hit != 'true'
61
61
62
62
- name : Cache trellis installation
63
- uses : actions/cache@v3
63
+ uses : actions/cache@v4
64
64
id : cache-trellis
65
65
with :
66
66
path : .trellis
74
74
if : (matrix.arch == 'ecp5' || matrix.arch == 'machxo2') && steps.cache-trellis.outputs.cache-hit != 'true'
75
75
76
76
- name : Cache prjoxide installation
77
- uses : actions/cache@v3
77
+ uses : actions/cache@v4
78
78
id : cache-prjoxide
79
79
with :
80
80
path : .prjoxide
You can’t perform that action at this time.
0 commit comments