Skip to content

Commit

Permalink
makefile: remove dependencies from build-variant task
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkelly committed Sep 17, 2024
1 parent 15251cb commit 4a7f41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twoliter/embedded/Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ cargo build \
]

[tasks.build-variant]
dependencies = ["fetch", "build-sbkeys", "publish-setup", "validate-kits"]
dependencies = ["fetch-sdk", "build-sbkeys", "publish-setup", "validate-kits"]
script = [
'''
export PATH="${TWOLITER_TOOLS_DIR}:${PATH}"
Expand Down

0 comments on commit 4a7f41d

Please sign in to comment.