Skip to content

Commit

Permalink
build: try vendor in working directory to match expected module path
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed May 28, 2020
1 parent 91539d9 commit 7967e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
docker:
- image: tinygo/tinygo-dev
working_directory: /usr/local/go/src/tinygo.org/x/drivers
working_directory: /usr/local/go/src/vendor/tinygo.org/x/drivers
steps:
- checkout
- run: tinygo version
Expand Down

0 comments on commit 7967e82

Please sign in to comment.