File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -136,15 +136,8 @@ jobs:
136136 run : |
137137 mkdir ~/bin
138138 cd bpm && pip install -r requirements.txt && cd ..
139- echo cp bpm/src/bpm ~/bin
140139 cp bpm/src/bpm ~/bin
141140 chmod 755 ~/bin/bpm && export PATH=$PATH:~/bin
142- ls -l && ls -l ../
143- echo ls ~/bin
144- ls -l ~/bin
145- echo $PATH
146- #PATH=$PATH:~/bin
147- #echo $PATH
148141 mv cc65 ../ && mv orix-software ../ && mv orix-sdk ../ && mv md2hlp ../ && mv bpm ../
149142
150143 - name : Compile project
@@ -161,6 +154,7 @@ jobs:
161154 run : |
162155 git clone https://github.com/orix-software/docker-unit-test.git
163156 cd docker-unit-test && bash install.sh ${GITHUB_WORKSPACE} && cd ..
157+ CC65_HOME=${GITHUB_WORKSPACE}/../cc65
164158 make build-unit-test
165159 make prepare-unit-test
166160 cd ${GITHUB_WORKSPACE}/oricutron
You can’t perform that action at this time.
0 commit comments