Skip to content

Commit 7967e82

Browse files
committed
build: try vendor in working directory to match expected module path
Signed-off-by: deadprogram <[email protected]>
1 parent 91539d9 commit 7967e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
docker:
88
- image: tinygo/tinygo-dev
9-
working_directory: /usr/local/go/src/tinygo.org/x/drivers
9+
working_directory: /usr/local/go/src/vendor/tinygo.org/x/drivers
1010
steps:
1111
- checkout
1212
- run: tinygo version

0 commit comments

Comments
 (0)