We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f76ee commit fe6ab4fCopy full SHA for fe6ab4f
.github/workflows/main.yml
@@ -154,9 +154,8 @@ jobs:
154
run: |
155
git clone https://github.com/orix-software/docker-unit-test.git
156
cd docker-unit-test && bash install.sh ${GITHUB_WORKSPACE} && cd ..
157
- CC65_HOME=${GITHUB_WORKSPACE}/../cc65
158
- make build-unit-test
159
- make prepare-unit-test
+ CC65_HOME=${GITHUB_WORKSPACE}/../cc65 make build-unit-test
+ CC65_HOME=${GITHUB_WORKSPACE}/../cc65 make prepare-unit-test
160
cd ${GITHUB_WORKSPACE}/oricutron
161
timeout --preserve-status 10 ./xvfb.sh || exit 0
162
0 commit comments