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 14b5b1a commit 48f76eeCopy full SHA for 48f76ee
.github/workflows/main.yml
@@ -154,7 +154,7 @@ 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
+ CC65_HOME=${GITHUB_WORKSPACE}/../cc65
158
make build-unit-test
159
make prepare-unit-test
160
cd ${GITHUB_WORKSPACE}/oricutron
0 commit comments