Skip to content

Commit 48f76ee

Browse files
committed
fix
1 parent 14b5b1a commit 48f76ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
run: |
155155
git clone https://github.com/orix-software/docker-unit-test.git
156156
cd docker-unit-test && bash install.sh ${GITHUB_WORKSPACE} && cd ..
157-
CC65_HOME=${GITHUB_WORKSPACE}/../cc65
157+
CC65_HOME=${GITHUB_WORKSPACE}/../cc65
158158
make build-unit-test
159159
make prepare-unit-test
160160
cd ${GITHUB_WORKSPACE}/oricutron

0 commit comments

Comments
 (0)